Skip to content

Instantly share code, notes, and snippets.

@wenjul
Created November 22, 2012 15:51
Show Gist options
  • Save wenjul/4131818 to your computer and use it in GitHub Desktop.
Save wenjul/4131818 to your computer and use it in GitHub Desktop.
HTML:html5 template
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment