Skip to content

Instantly share code, notes, and snippets.

@nkpz
Last active April 12, 2017 03:10
Show Gist options
  • Save nkpz/88f871cb4870ad32ddf43d2f1d5153a6 to your computer and use it in GitHub Desktop.
Save nkpz/88f871cb4870ad32ddf43d2f1d5153a6 to your computer and use it in GitHub Desktop.
Actually minimal HTML boilerplate, no legacy IE shivving crap
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Title</title>
<meta name="description" content="Website">
<meta name="author" content="Author">
<!-- <link rel="stylesheet" href="css/styles.css"> -->
</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