Skip to content

Instantly share code, notes, and snippets.

@geckotang
Last active December 29, 2015 21:49
Show Gist options
  • Save geckotang/7732710 to your computer and use it in GitHub Desktop.
Save geckotang/7732710 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html class="ua_js_no ua_css_standard">
<head>
<meta charset="utf-8"/>
<title>Title of the page</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<script>;(function(d,e,c,r){e=d.documentElement;c="className";r="replace";e[c]=e[c][r](/(ua_js_)no/g,"$1yes");if(d.compatMode!="CSS1Compat")e[c]=e[c][r](/(ua_css_)standart/g,"$1quirks")})(document);</script>
<!--[if gt IE 9]><!--><link rel="stylesheet" href="index/_index.css"/><!--<![endif]-->
<!--[if gte IE 6]><link rel="stylesheet" href="index/_index.ie.css"/><![endif]-->
<meta name="description" content=""/>
<link rel="shortcut icon" href="/favicon.ico"/>
</head>
<body class="page page__body">
<div class="header">header content goes here</div>
<div class="content">main content</div>
<div class="footer">footer content goes here</div>
<script src="index/_index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment