<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
	
	<meta charset="utf-8">
	
	<meta http-equiv="x-ua-compatible" content="chrome=1">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<meta name="format-detection" content="telephone=no">
	
	<title></title>
	<meta property="og:title" content="">
	<meta name="twitter:title" content="">
	
	<meta name="description" content="">
	<meta property="og:description" content="">
	<meta name="twitter:description" content="">
	
	<meta name="keywords" content="">
	
	<meta name="copyright" content="Copyright © YYYY-YY First Last. All rights reserved.">
	
	<meta property="og:site_name" content="">
	<meta property="og:type" content="website">
	<!--<meta property="og:type" content="article">-->
	<!--<meta property="article:section" content="">-->
	
	<link rel="image_src" href="apple-touch-icon-precomposed.png">
	<meta property="og:image" content="apple-touch-icon-precomposed.png">
	
	<meta http-equiv="date" content="Saturday, 03 2008 23:59:29 GMT">
	<!--<meta property="article:published_time" content="2008-05-03T23:59:29-07:00">-->
	
	<meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="black">
	<meta name="apple-mobile-web-app-title" content="mky.io">
	<meta name="handheldfriendly" content="true">
	
	<meta name="msapplication-tileimage" content="apple-touch-icon-precomposed.png">
	<meta name="msapplication-navbutton-color" content="#333333">
	<meta name="msapplication-tilecolor" content="#ffffff">
	<meta name="msapplication-tooltip" content="mky.io">
	<meta name="msapplication-starturl" content="?pinned=true">
	<meta name="msapplication-tap-highlight" content="no">
	
	<meta name="google-site-verification" content="">
	<meta name="msvalidate.01" content="">
	
	<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
	
	<link rel="sitemap" type="application/xml" title="Sitemap" href="">
	<link rel="alternate" type="application/rss+xml" title="RSS" href="">
	<link rel="alternate" type="application/atom+xml" title="Atom" href="">
	<link rel="pingback" href="">
	
	<!-- Never cache, ever:
	<meta http-equiv="cache-control" content="max-age=0">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">
	<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT">
	<meta http-equiv="pragma" content="no-cache">
	-->
	
	<!--<meta name="robots" content="noindex">-->
	<meta name="robots" content="index">
	
	<link rel="canonical" href="">
	<meta property="og:url" content="">
	<meta name="twitter:url" content="">
	
	<meta name="twitter:card" content="summary">
	<meta name="twitter:site" content="@">
	<meta name="twitter:site:id" content="">
	<meta name="twitter:creator" content="@">
	<meta name="twitter:creator:id" content="">
	
	<script>/*! no-js uglified | https://gist.github.com/mhulse/4704893 */!function(e){e.documentElement.className=e.documentElement.className.replace(/\bno-js\b/,"js")}(document);</script>
	
	<!-- Normalize: You should self-host in the real world. -->
	<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/normalize/3.0.2/normalize.min.css">
	
	<style>
		
		/* Embedded styles … */
		
	</style>
	
</head>

<!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
<!--[if IE 7 ]>    <body class="ie7"> <![endif]-->
<!--[if IE 8 ]>    <body class="ie8"> <![endif]-->
<!--[if IE 9 ]>    <body class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <body itemscope itemtype="http://schema.org/WebPage"> <!--<![endif]-->
<!--<body itemscope itemtype="http://schema.org/Article">-->
	
	<div id="container">
		
		<header role="banner">
			
			<h1><a href="https://github.com/mhulse/html-dummies">HTML dummies!</a></h1>
			
		</header>
		
		<nav role="navigation">
			
			<ul
				><li><a href="#">…</a></li
				><li><a href="#">…</a></li
				><li><a href="#">…</a></li
			></ul>
			
		</nav>
		
		<aside role="complementary">
			
			<p>…</p>
			
		</aside>
		
		<main role="main">
			
			<section>
				
				<h1>…</h1>
				
				<article itemscope itemtype="http://schema.org/Article">
					
					<header>
						
						<small><time class="timeago" datetime="2013-12-26T14:33:45-08:00" pubdate itemprop="datePublished">2:33 p.m., Nov. 6, 2013</time></small>
						
						<h1 itemprop="headline">…</h1>
						
					</header>
					
					<div itemprop="articleBody">
						<p>…</p>
					</div>
					
				</article>
				
			</section>
			
		</main>
		
		<footer role="contentinfo">
			
			<p><small>Copyright © <a title="foo.com" href="#">foo.com</a> 2013-14. All rights reserved.</small></p>
			
		</footer>
		
	</div> <!-- /#container -->
	
	<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
	<script>if(!window.jQuery){document.write('<script src="//code.jquery.com/jquery-2.1.3.min.js"><\/script>');}</script>
	
	<script>
		
		/* Embedded javascript … */
		
		$(function() {});
		
		$(document).ready(function() {}); // Same as above.
		
		$(window).load(function() {});
		
		$(window).resize(function() {});
		
		window.onload = function() {};
		
	</script>
	
</body>
</html>