Skip to content

Instantly share code, notes, and snippets.

@elmousa
Created October 16, 2012 00:03
Show Gist options
  • Save elmousa/3896469 to your computer and use it in GitHub Desktop.
Save elmousa/3896469 to your computer and use it in GitHub Desktop.
html5
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>I LOVE YOU</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Page Header</h1>
</header>
<nav>
<ul>
<li>Navigation Item</li>
</ul>
</nav>
<article>
<header>
<h2>Article title</h2>
</header>
<p>Article Content...</p>
<footer>Article Footer</footer>
</article>
<aside>
<h3>Marginalspalte</h3>
<p></p>
</aside>
<footer>The Footer</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment