Last active
January 23, 2019 19:11
-
-
Save nateplusplus/08094d899685e49bc974 to your computer and use it in GitHub Desktop.
Basic Responsive HTML5 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"> | |
<title>My Website</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just a basic template of my current favorite HTML markup to begin a webpage without having to re-write all the essentials.