Skip to content

Instantly share code, notes, and snippets.

@rantastic
Created April 28, 2012 18:22
Show Gist options
  • Save rantastic/2521067 to your computer and use it in GitHub Desktop.
Save rantastic/2521067 to your computer and use it in GitHub Desktop.
HTML: Start Template
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<!--[if IE]> <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