Skip to content

Instantly share code, notes, and snippets.

@rolandinsh
Last active October 7, 2015 14:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolandinsh/3177639 to your computer and use it in GitHub Desktop.
Save rolandinsh/3177639 to your computer and use it in GitHub Desktop.
HTML5 MB
<!doctype html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta charset="utf-8">
<link rel="dns-prefetch" href="//s2.me2j.com" /><link rel="dns-prefetch" href="//i2.me2j.com" />
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>Lapa</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!--
All other head parts
-->
</head><body>
<div id="wrap">
<div id="layout">
<div id="head">
<header>
<h1 class="site-title">Site title</h1>
<div class="description">Site description</div>
<nav class="top-nav">
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
</ul>
</nav><!-- // .top-nav -->
</header>
</div><!-- // #head -->
<div id="contents">
<div id="content">
<article id="post-1">...</article><!-- // #post-1 -->
<article id="post-2">...</article><!-- // #post-2 -->
</div><!-- // #content -->
<div id="sidebar">...</div><!-- // #sidebar -->
</div><!-- // #contents -->
<div id="footers">&copy; Rolands Umbrovskis</div><!-- // #footers -->
</div><!-- // #layout -->
</div><!-- // #wrap -->
<!-- /*
Copyright 2013 Rolands Umbrovskis ( http://umbrovskis.com/ )
Released under the http://simplemediacode.com/license/
*/ -->
</body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment