Skip to content

Instantly share code, notes, and snippets.

@aramboyajyan
Created June 15, 2013 08:11
Show Gist options
  • Save aramboyajyan/5787355 to your computer and use it in GitHub Desktop.
Save aramboyajyan/5787355 to your computer and use it in GitHub Desktop.
Empty HTML5 template with shiv and normalize CSS included.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Title</title>
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link type="text/css" rel="stylesheet" href="//necolas.github.com/normalize.css/2.0.1/normalize.css" />
</head>
<body>
Content
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment