Created
July 20, 2011 09:45
-
-
Save sido/1094678 to your computer and use it in GitHub Desktop.
Basic HTML5 template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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