Skip to content

Instantly share code, notes, and snippets.

@ypadd
Created November 13, 2020 09:25
Show Gist options
  • Save ypadd/c5121060d865890b44f4f1aef1f2b687 to your computer and use it in GitHub Desktop.
Save ypadd/c5121060d865890b44f4f1aef1f2b687 to your computer and use it in GitHub Desktop.
[HTML 5 Template] #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