Skip to content

Instantly share code, notes, and snippets.

@halloffame
Created April 23, 2013 17:24
Show Gist options
  • Save halloffame/5445611 to your computer and use it in GitHub Desktop.
Save halloffame/5445611 to your computer and use it in GitHub Desktop.
Skeleton html file to be used as a starting point.
<!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