Skip to content

Instantly share code, notes, and snippets.

@jelmerdemaat
Created September 30, 2012 13:35
Show Gist options
  • Save jelmerdemaat/3806746 to your computer and use it in GitHub Desktop.
Save jelmerdemaat/3806746 to your computer and use it in GitHub Desktop.
HTML: Small HTML5 starter template
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>A title</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<header>
</header>
<div class="main">
</div>
<footer>
</footer>
</div>
<script src="jquery.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment