Skip to content

Instantly share code, notes, and snippets.

@nkostic
Created April 8, 2012 23:02
Show Gist options
  • Save nkostic/2340266 to your computer and use it in GitHub Desktop.
Save nkostic/2340266 to your computer and use it in GitHub Desktop.
Html5 Page
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>HTML5 Page</title>
</head>
<body>
<header>
<nav>
<!-- Menu -->
</nav>
</header>
<section>
<!-- Main Content -->
</section>
<aside>
<!-- Sidebar -->
</aside>
<footer>
<!-- Footer -->
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment