Skip to content

Instantly share code, notes, and snippets.

@tyler-johnson
Last active August 31, 2017 05:27
Show Gist options
  • Save tyler-johnson/9f713f2ce39000bb0e60 to your computer and use it in GitHub Desktop.
Save tyler-johnson/9f713f2ce39000bb0e60 to your computer and use it in GitHub Desktop.
Basic HTML5 Starter Structure
<!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