Skip to content

Instantly share code, notes, and snippets.

@sido
Created July 20, 2011 09:45
Show Gist options
  • Save sido/1094678 to your computer and use it in GitHub Desktop.
Save sido/1094678 to your computer and use it in GitHub Desktop.
Basic HTML5 template
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Untitled</title>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js"></script>
<script>window.Modernizr || document.write('<script src="/lib/modernizr.custom.57692.js"><\/script>')</script>
</head>
<body>
<!-- content -->
<script src="//code.jquery.com/jquery-1.6.2.min.js"></script>
<script>window.jQuery || document.write('<script src="/lib/jquery-1.6.2.min.js"><\/script>')</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment