Skip to content

Instantly share code, notes, and snippets.

@kenfehling
Created September 15, 2015 21:30
Show Gist options
  • Save kenfehling/418e72895d68cf8f499c to your computer and use it in GitHub Desktop.
Save kenfehling/418e72895d68cf8f499c to your computer and use it in GitHub Desktop.
A starter HTML page for JavaScript tutorials
<!DOCTYPE html>
<html lang="en">
<head>
<script src="main.js"></script>
<meta charset="UTF-8">
<title>Tutorial</title>
<style>
html, body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
</body>
</html>
@si-28
Copy link

si-28 commented Sep 15, 2015

ken.cs is the only real gamedevdad

@kenfehling
Copy link
Author

bitmoji

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