Last active
August 31, 2017 05:27
-
-
Save tyler-johnson/9f713f2ce39000bb0e60 to your computer and use it in GitHub Desktop.
Basic HTML5 Starter Structure
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-US"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Page Title</title> | |
<link rel="stylesheet" href="" type="text/css" /> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment