Last active
April 12, 2017 03:10
-
-
Save nkpz/88f871cb4870ad32ddf43d2f1d5153a6 to your computer and use it in GitHub Desktop.
Actually minimal HTML boilerplate, no legacy IE shivving crap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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