Skip to content

Instantly share code, notes, and snippets.

@jgarber623
Created July 11, 2010 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgarber623/471240 to your computer and use it in GitHub Desktop.
Save jgarber623/471240 to your computer and use it in GitHub Desktop.
A sample (X)HTML5 template for use at Viget Labs
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6 lte8 lte7 lte6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="ie ie7 lte8 lte7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="ie ie8 lte8" lang="en"><![endif]-->
<!--[if !IE]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<title></title>
<link rel="profile" href="http://microformats.org/profile/hcard" />
<link rel="stylesheet" type="text/css" media="screen" href="http://yui.yahooapis.com/3.1.1/build/cssreset/reset-min.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/screen.css" />
</head>
<body>
<div class="section">
</div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/application.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment