Skip to content

Instantly share code, notes, and snippets.

@geronimod
Created January 27, 2013 14:49
Show Gist options
  • Save geronimod/4648696 to your computer and use it in GitHub Desktop.
Save geronimod/4648696 to your computer and use it in GitHub Desktop.
HTML5 base
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 base</title>
<meta name="description" content="HTML5 base">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment