Skip to content

Instantly share code, notes, and snippets.

@kentbrew
Last active June 9, 2020 21:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kentbrew/d82780fb351d60f6f251cc0b773328ad to your computer and use it in GitHub Desktop.
Save kentbrew/d82780fb351d60f6f251cc0b773328ad to your computer and use it in GitHub Desktop.
A stub file for new HTML projects.
<!doctype html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" href="presentation.css">
</head>
<body>
<script src="behavior.js"></script>
</body>
</html>
@kentbrew
Copy link
Author

Need the behavior and presentation files too, please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment