Skip to content

Instantly share code, notes, and snippets.

@Lammerink
Last active August 29, 2016 17:07
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 Lammerink/3934259 to your computer and use it in GitHub Desktop.
Save Lammerink/3934259 to your computer and use it in GitHub Desktop.
HTML5 : New Document Template
<!DOCTYPE HTML>
<html>
<head>
<meta charset = "utf-8">
<title> </title>
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<!--[if IE]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script scr ="script/script.js"></script>
</head>
<body>
<header>
<nav>
</nav>
</header>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment