Skip to content

Instantly share code, notes, and snippets.

@alan-zhang-
Created September 23, 2013 03:32
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 alan-zhang-/6666231 to your computer and use it in GitHub Desktop.
Save alan-zhang-/6666231 to your computer and use it in GitHub Desktop.
html template
<!DOCTYPE html>
<html>
<head>
<meta charset="uft-8"/>
<title>Your-Title-Here</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">
<style>
</style>
</head>
<body>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment