Last active
November 3, 2016 17:53
-
-
Save islandjoe/e501e58424e0c735c60005dcea964836 to your computer and use it in GitHub Desktop.
HTML5 basic template
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> | |
<head> | |
<meta charset="utf-8"/> | |
<title>New Webpage</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"/> | |
<link rel="stylesheet" href=""/> | |
</head> | |
<body> | |
<header> | |
</header> | |
<div> | |
</div> | |
<footer> | |
</footer> | |
<script src=""></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment