Skip to content

Instantly share code, notes, and snippets.

@dcblogdev
Created January 6, 2013 00:25
Show Gist options
  • Save dcblogdev/4464465 to your computer and use it in GitHub Desktop.
Save dcblogdev/4464465 to your computer and use it in GitHub Desktop.
HTML Starter document
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" href="css/styles.css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment