Skip to content

Instantly share code, notes, and snippets.

@chrisblakely01
Created November 19, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisblakely01/dfd5759ba6fd7d7611a9d5b0367e3caa to your computer and use it in GitHub Desktop.
Save chrisblakely01/dfd5759ba6fd7d7611a9d5b0367e3caa to your computer and use it in GitHub Desktop.
HTML Boilerplate
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My super awesome number app</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
</head>
<body>
<script src="./index.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment