Skip to content

Instantly share code, notes, and snippets.

@theWhiteFox
Created December 25, 2014 15:06
Show Gist options
  • Save theWhiteFox/1bfbaca236eb69ac1f4f to your computer and use it in GitHub Desktop.
Save theWhiteFox/1bfbaca236eb69ac1f4f to your computer and use it in GitHub Desktop.
HTML5 template
<!DOCTYPE html>
<!-- @ Stephen O'Connor -->
<html lang="en">
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<h1></h1>
</header>
<main>
<p>Main Content</p>
</main>
<footer>
<p>&copy; 2014 StephCake</p>
</footer>
</body>
</html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment