Skip to content

Instantly share code, notes, and snippets.

@dkissell
Created June 14, 2012 14:56
Show Gist options
  • Save dkissell/2930844 to your computer and use it in GitHub Desktop.
Save dkissell/2930844 to your computer and use it in GitHub Desktop.
HTML: Scaffold
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title></title>
<link rel="stylesheet" href="stylesheets/style.css"></style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment