Skip to content

Instantly share code, notes, and snippets.

@troyth
Last active December 21, 2015 07:28
Show Gist options
  • Save troyth/6271084 to your computer and use it in GitHub Desktop.
Save troyth/6271084 to your computer and use it in GitHub Desktop.
HTML5 web page template with embedded css and javascript
<!doctype html>
<html>
<head>
<title>Page Title</title>
<style>
<!-- add CSS styling here -->
</style>
</head>
<body>
<!-- add page content here -->
This is the page content.
<script>
<!-- add javascript here -->
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment