Skip to content

Instantly share code, notes, and snippets.

@gcmcom
Last active August 29, 2019 22:28
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 gcmcom/6c5756648bcf48f9c01c147d66b3a7dc to your computer and use it in GitHub Desktop.
Save gcmcom/6c5756648bcf48f9c01c147d66b3a7dc to your computer and use it in GitHub Desktop.
A Basic HTML5 Template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The HTML5 Herald</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<script src="js/scripts.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment