Skip to content

Instantly share code, notes, and snippets.

@pipster
Created March 14, 2012 04:13
Show Gist options
  • Save pipster/2034005 to your computer and use it in GitHub Desktop.
Save pipster/2034005 to your computer and use it in GitHub Desktop.
HTML: basic
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="assets/css/style.css">
</head>
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment