Skip to content

Instantly share code, notes, and snippets.

@greypants
Created May 15, 2012 14:29
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 greypants/2702191 to your computer and use it in GitHub Desktop.
Save greypants/2702191 to your computer and use it in GitHub Desktop.
HTML: Layout
<!DOCTYPE html>
<!--[if lt IE 7 ]> <html class="no-js ie ie6 lte8 lte7 lte6"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie ie7 lte8 lte7"><![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8 lte8"><![endif]-->
<!--[if !IE]><!--><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="">
<link rel="stylesheet" href="css/screen.css" />
</head>
<body>
<div class="page-wrapper">
<div class="layout-wrapper">
<div class="header">
</div>
<div class="content">
</div>
</div>
</div>
<div class="footer">
<div>
</div>
</div>
<script src="js/jquery-1.6.min.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment