Skip to content

Instantly share code, notes, and snippets.

@jonoliver
Created July 5, 2016 02:57
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 jonoliver/7e86c567c951984cb2d32c3de6cc8555 to your computer and use it in GitHub Desktop.
Save jonoliver/7e86c567c951984cb2d32c3de6cc8555 to your computer and use it in GitHub Desktop.
Minimal valid HTML5
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>title</title>
<!-- <link rel="stylesheet" href="style.css"> -->
<!-- <script src="script.js"></script> -->
</head>
<body>
<!-- page content -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment