Skip to content

Instantly share code, notes, and snippets.

@cpjobling
Forked from andregoncalves/html5_template.html
Created March 3, 2011 00:26
Show Gist options
  • Save cpjobling/852083 to your computer and use it in GitHub Desktop.
Save cpjobling/852083 to your computer and use it in GitHub Desktop.
HTML5 Template
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>HTML 5 complete</title>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section { display: block; }
body { background-color: #000; font: 16px Helvetica, Arial; color: #fff; }
</style>
</head>
<body>
<p></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment