HTML5 boilerplate
Source code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Joost van Meeteren">
<meta name="robots" content="index,follow">
<meta name="description" content="...">
<meta name="keywords" content="...">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../images/html5_icon.png" rel="icon" type="image/png">
<title>HTML5 boilerplate</title>
<!-- Copyright (c) 2002-2016 by Joost van Meeteren - All rights reserved. -->
<!-- Visit http://joostvanmeeteren.info/html_boilerplates/html5_boilerplate/ for this page. -->
<link href="css3/html5.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1>HTML5 boilerplate</h1>
<p>...</p>
</body>
</html>