Skip to content

Instantly share code, notes, and snippets.

@matthew-macgregor
Created May 25, 2021 17:52
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 matthew-macgregor/d40bbd9cf35e8fe4c3eaa7fe608454e2 to your computer and use it in GitHub Desktop.
Save matthew-macgregor/d40bbd9cf35e8fe4c3eaa7fe608454e2 to your computer and use it in GitHub Desktop.
Starter HTML Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<meta name="description" content="Description">
<meta name="author" content="Author">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<script src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment