Skip to content

Instantly share code, notes, and snippets.

@mboomaars
Created March 9, 2012 11:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mboomaars/2006138 to your computer and use it in GitHub Desktop.
Save mboomaars/2006138 to your computer and use it in GitHub Desktop.
HTML: Starting template
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment