Created
November 18, 2013 11:12
-
-
Save bradleykronson/7526172 to your computer and use it in GitHub Desktop.
HTML5 starter pack
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<meta charset = "utf-8"> | |
<title></title> | |
<link rel="stylesheet" href="style.css"> | |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]--> | |
<script src ="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
it can help a lot of lazy coders
(I'm one of it xD)