Skip to content

Instantly share code, notes, and snippets.

@bananasnippets
Created March 10, 2012 17:04
Show Gist options
  • Save bananasnippets/2012129 to your computer and use it in GitHub Desktop.
Save bananasnippets/2012129 to your computer and use it in GitHub Desktop.
HTML: Starting Template (minimal)
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment