Skip to content

Instantly share code, notes, and snippets.

@wwgist
Created October 19, 2012 14:13
Show Gist options
  • Save wwgist/3918421 to your computer and use it in GitHub Desktop.
Save wwgist/3918421 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script src="https://ajax.google.leapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment