Skip to content

Instantly share code, notes, and snippets.

@ozke
Last active December 16, 2015 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozke/5345349 to your computer and use it in GitHub Desktop.
Save ozke/5345349 to your computer and use it in GitHub Desktop.
HTML5 empty document
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="author" content="" />
<meta name="robots" content="index, follow" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>Title</title>
<link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen,projection" />
<!--[if lt IE 9 ]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#" title="Item 1">Item 1</a></li>
</ul>
</nav>
</header>
<div id="content">
<section></section>
</div>
<footer></footer>
<!-- Scripts -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment