Skip to content

Instantly share code, notes, and snippets.

@gowon
Last active November 14, 2016 21:31
Show Gist options
  • Save gowon/183782cf87e17de2ef28 to your computer and use it in GitHub Desktop.
Save gowon/183782cf87e17de2ef28 to your computer and use it in GitHub Desktop.
HTML5 Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment