Skip to content

Instantly share code, notes, and snippets.

@amakhmudov
Created October 4, 2012 19:06
Show Gist options
  • Save amakhmudov/3835732 to your computer and use it in GitHub Desktop.
Save amakhmudov/3835732 to your computer and use it in GitHub Desktop.
HTML: Starting Strict Template
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title></title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="css/normalize.css" type="text/css" />
<link rel="stylesheet" href="css/main.css" type="text/css" />
<!--[if lt IE 9]>
<style type="text/css">.clearfix{zoom:1;}</style>
<![endif]-->
</head>
<!--[if lt IE 8]> <body class="lt-ie8"> <![endif]-->
<!--[if lt IE 9 ]> <body class="lt-ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<body>
<!--<![endif]-->
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
<![endif]-->
<div id="container">
<div id="main">
</div>
<!--End of main -->
<div id="footer">
</div>
<!--End of footer-->
</div>
<!--End of container-->
<script src="js/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="js/plugins.js" type="text/javascript"></script>
<script src="js/main.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