Created
October 16, 2012 00:34
-
-
Save greypants/3896602 to your computer and use it in GitHub Desktop.
HTML: Barebones
This file contains 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> | |
<!--[if lt IE 7 ]><html class="no-js ie ie6 lte6 lte7 lte8 lte9"><![endif]--> | |
<!--[if IE 7 ]><html class="no-js ie ie7 lte7 lte8 lte9"> <![endif]--> | |
<!--[if IE 8 ]><html class="no-js ie ie8 lte8 lte9"><![endif]--> | |
<!--[if IE 9 ]><html class="no-js ie ie9 lte9"><![endif]--> | |
<!--[if gt IE 9]><!--><html class="no-js"><!--<![endif]--> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title></title> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script> | |
<!-- <link rel="stylesheet" href="stylesheets/filename.css" /> --> | |
</head> | |
<body> | |
<!-- <script src="javascripts/filename.js"></script> --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment