Created
April 15, 2019 18:27
-
-
Save warnakey/d2751ce3ce08bb0d654d74b675445182 to your computer and use it in GitHub Desktop.
HTML5 Blank Template (2019)
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 lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Page Title Goes Here</title> | |
<meta name="description" content="Meta Description Goes Here"> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<header> | |
<nav> | |
<a href="/">Home</a> | |
</nav> | |
</header> | |
<div class="wrapper"> | |
</div> | |
<footer> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment