Skip to content

Instantly share code, notes, and snippets.

@ptierno
Created April 24, 2015 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ptierno/12e97b17869ba275f4cf to your computer and use it in GitHub Desktop.
Save ptierno/12e97b17869ba275f4cf to your computer and use it in GitHub Desktop.
HTML basic scaffold
<!DOCTYPE html>
<html>
<head>
<title>Testing JQuery</title>
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<link href="style.css" rel="stylesheet" type="text/css"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment