Skip to content

Instantly share code, notes, and snippets.

@mattmc3
Created April 6, 2017 00:07
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 mattmc3/16af6c86b9a26c7bf6db815830e67040 to your computer and use it in GitHub Desktop.
Save mattmc3/16af6c86b9a26c7bf6db815830e67040 to your computer and use it in GitHub Desktop.
HTML template
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5</title>
<link rel="stylesheet" href="css/styles.css?v=1.0">
</head>
<body>
<p>Hello</p>
<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