Skip to content

Instantly share code, notes, and snippets.

@mad4j
Created November 2, 2018 15:42
Show Gist options
  • Save mad4j/0e277be3f15d0f833dd38854714aee09 to your computer and use it in GitHub Desktop.
Save mad4j/0e277be3f15d0f833dd38854714aee09 to your computer and use it in GitHub Desktop.
HTML page 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