Skip to content

Instantly share code, notes, and snippets.

@mapreal19-snip
Last active December 12, 2015 03:29
Show Gist options
  • Select an option

  • Save mapreal19-snip/4707640 to your computer and use it in GitHub Desktop.

Select an option

Save mapreal19-snip/4707640 to your computer and use it in GitHub Desktop.
HTML: Starting template
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<link rel="stylesheet" type="text/css" href="">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment