Created
April 17, 2017 18:52
-
-
Save ahamilton9/98b0314643b9106bdcb9ae1b1a143a7f to your computer and use it in GitHub Desktop.
True bare-bones boilerplate for HTML5.
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> | |
</head> | |
<body> | |
Content | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment