Created
April 23, 2013 17:24
-
-
Save halloffame/5445611 to your computer and use it in GitHub Desktop.
Skeleton html file to be used as a starting point.
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> | |
<meta charset="UTF-8" /> | |
<title>Example</title> | |
<!-- <link rel="stylesheet" href="http://example.com/css/style.css" /> --> | |
</head> | |
<body> | |
<h1>Hello World!</h1> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment