Skip to content

Instantly share code, notes, and snippets.

@oliwa
Created February 24, 2014 11:18
Show Gist options
  • Save oliwa/7e2f19f7cd27f5073320 to your computer and use it in GitHub Desktop.
Save oliwa/7e2f19f7cd27f5073320 to your computer and use it in GitHub Desktop.
Basic HTML5 Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment