Skip to content

Instantly share code, notes, and snippets.

@maxxcrawford
Created January 12, 2017 17:05
Show Gist options
  • Save maxxcrawford/70db9e8f45d3289e53ba7198d37ca38d to your computer and use it in GitHub Desktop.
Save maxxcrawford/70db9e8f45d3289e53ba7198d37ca38d to your computer and use it in GitHub Desktop.
Sample placeholder.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sample Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style>
/* Put Styles Here */
</style>
</head>
<body>
<!-- Put HTML Here -->
<script src="http://code.jquery.com/jquery.min.js"></script>
<script>
// Put Scripts Here
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment