Created
April 11, 2018 00:26
-
-
Save aferriss/39c67440b9b0c6ead8de5705be1f2216 to your computer and use it in GitHub Desktop.
HTML Boiler Plate
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> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Your Title Here</title> | |
</head> | |
<body> | |
Your content here | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment