Skip to content

Instantly share code, notes, and snippets.

@joshfitzgerald
Created April 7, 2013 02:21
Show Gist options
  • Save joshfitzgerald/5328600 to your computer and use it in GitHub Desktop.
Save joshfitzgerald/5328600 to your computer and use it in GitHub Desktop.
html5 Starter Template w jQ
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9/jquery.min.js"></script>
<link rel="stylesheet" href="css/style.css">
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment