Skip to content

Instantly share code, notes, and snippets.

@dgreenway
Last active November 9, 2017 06:26
Show Gist options
  • Save dgreenway/6721433 to your computer and use it in GitHub Desktop.
Save dgreenway/6721433 to your computer and use it in GitHub Desktop.
HTML 5 starter template #html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled</title>
<!--[if lt IE 9]>
<script src="http://html5shim.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