Created
January 12, 2017 17:05
-
-
Save maxxcrawford/70db9e8f45d3289e53ba7198d37ca38d to your computer and use it in GitHub Desktop.
Sample placeholder.html
This file contains hidden or 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>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