Created
November 21, 2013 19:22
-
-
Save yannisxu/7587898 to your computer and use it in GitHub Desktop.
HTML5 start code
This file contains hidden or 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://libs.baidu.com/jquery/1.9.0/jquery.js"></script> | |
<!--[if IE]><script src="http://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