Skip to content

Instantly share code, notes, and snippets.

@pipster
Created March 7, 2012 08:44
Show Gist options
  • Save pipster/1992003 to your computer and use it in GitHub Desktop.
Save pipster/1992003 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="assets/css/style.css">
</head>
<body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment