Skip to content

Instantly share code, notes, and snippets.

@nfeldman
Created April 14, 2014 03:55
Show Gist options
  • Save nfeldman/10614719 to your computer and use it in GitHub Desktop.
Save nfeldman/10614719 to your computer and use it in GitHub Desktop.
an updated html5 template with no old IE support
<!doctype html>
<html lang="en">
<head>
<!-- warning: template assumes modern browser features -->
<title>UNTITLED</title>
<meta charset="utf-8">
<meta name="author" content="AUTHOR NAME">
<meta name="viewport" content="width=device-width; initial-scale=1">
</head>
<body class="no-js">
<script>setTimeout(function(){document.body.classList.remove('no-js')},1e3)</script>
<script src="path/to/entry/point/file"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment