Skip to content

Instantly share code, notes, and snippets.

@Jaswetz
Created June 12, 2012 17:39
Show Gist options
  • Save Jaswetz/2918954 to your computer and use it in GitHub Desktop.
Save Jaswetz/2918954 to your computer and use it in GitHub Desktop.
HTML: html5 template
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="" />
<meta name="description" content="A brief description of this website or your business." />
<meta name="keywords" content="keywords, or phrases, suited with each particular page, are best" />
<title>Title</title>
<!-- Favorites icon -->
<link rel="shortcut icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="code/css/main.css">
</head>
<body>
<div class="page">
<header>
<div class="inner">
content
</div><!-- end of .inner -->
</header><!-- end of #header -->
<div role="main">
<section>
<div class="inner">
content
</div><!-- end of .inner -->
</section>
</div><!-- end of #content -->
<footer>
<div class="inner">
footer
</div><!-- end of .inner -->
</footer><!-- end of #footer -->
</div><!-- end of .page -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment