Skip to content

Instantly share code, notes, and snippets.

@jiromm
Created September 29, 2013 19:25
Show Gist options
  • Save jiromm/6755677 to your computer and use it in GitHub Desktop.
Save jiromm/6755677 to your computer and use it in GitHub Desktop.
When starting a new project, you need a starter template. Here is a concise and clean template to serve as a basis for your HTML5 projects.
<!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