Skip to content

Instantly share code, notes, and snippets.

@nateplusplus
Last active January 23, 2019 19:11
Show Gist options
  • Save nateplusplus/08094d899685e49bc974 to your computer and use it in GitHub Desktop.
Save nateplusplus/08094d899685e49bc974 to your computer and use it in GitHub Desktop.
Basic Responsive HTML5 Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
</body>
</html>
@nateplusplus
Copy link
Author

Just a basic template of my current favorite HTML markup to begin a webpage without having to re-write all the essentials.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment