Skip to content

Instantly share code, notes, and snippets.

@mmccall10
Created May 10, 2013 19:32
Show Gist options
  • Save mmccall10/5556812 to your computer and use it in GitHub Desktop.
Save mmccall10/5556812 to your computer and use it in GitHub Desktop.
html5 starter
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 Starter</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="stylesheet" href="css/style.css">
<!--[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