Created
April 24, 2015 19:53
-
-
Save ptierno/12e97b17869ba275f4cf to your computer and use it in GitHub Desktop.
HTML basic scaffold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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