Created
October 20, 2014 21:03
-
-
Save Lochlan/30a7a8c4500189f8519c to your computer and use it in GitHub Desktop.
HTML5 Page Boilerplate
This file contains 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"> | |
<meta name="description" content="HTML5 Webpage"> | |
<title>HTML5 Webpage</title> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment