Skip to content

Instantly share code, notes, and snippets.

@geckotang
Last active December 29, 2015 21:49
Show Gist options
  • Save geckotang/7732784 to your computer and use it in GitHub Desktop.
Save geckotang/7732784 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>
<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="俺の考えた最強のBEM"/><link rel="shortcut icon" href="favicon.ico"/></head>
<body class="page page__body">
<div class="header">
<div class="layout">
<div class="layout__left">left here</div>
<div class="layout__right">right here</div>
</div>
</div>
<div class="content">main content</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