Skip to content

Instantly share code, notes, and snippets.

@yannisxu
Created November 21, 2013 19:22
Show Gist options
  • Save yannisxu/7587898 to your computer and use it in GitHub Desktop.
Save yannisxu/7587898 to your computer and use it in GitHub Desktop.
HTML5 start code
<!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