Skip to content

Instantly share code, notes, and snippets.

@leuchtetgruen
leuchtetgruen / jqueryboilerplate
Created March 8, 2012 10:13
HTML Boilerplate with JQuery
<html>
<head>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</head>
<body>
</body>
</html>