Skip to content

Instantly share code, notes, and snippets.

@shaneriley
Last active August 29, 2015 14:16
Show Gist options
  • Save shaneriley/d1d9ce03ab2afbd1ef82 to your computer and use it in GitHub Desktop.
Save shaneriley/d1d9ce03ab2afbd1ef82 to your computer and use it in GitHub Desktop.
HTML Skeleton
<!doctype html>
<html lang="en-US">
<head>
<title></title>
<meta charset="UTF-8" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.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