Skip to content

Instantly share code, notes, and snippets.

@Trolzie
Created March 17, 2012 15:35
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 Trolzie/2061267 to your computer and use it in GitHub Desktop.
Save Trolzie/2061267 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype>
<html>
<head>
<meta charset=uft-8>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="https://ajax.googleapis.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