Skip to content

Instantly share code, notes, and snippets.

@metaskills
Created January 10, 2018 02:41
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save metaskills/c2993cddfda485c93c132d62a1cc5f76 to your computer and use it in GitHub Desktop.
Basic HTML Page
<!DOCTYPE html>
<html>
<head>
<title>My Page</title>
<script src="..."></script>
</head>
<body>
<h1>Hello World!</h1>
<script src="..."></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment