Created
December 25, 2014 15:06
-
-
Save theWhiteFox/1bfbaca236eb69ac1f4f to your computer and use it in GitHub Desktop.
HTML5 template
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> | |
<!-- @ Stephen O'Connor --> | |
<html lang="en"> | |
<head> | |
<title>TODO supply a title</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> | |
<header> | |
<h1></h1> | |
</header> | |
<main> | |
<p>Main Content</p> | |
</main> | |
<footer> | |
<p>© 2014 StephCake</p> | |
</footer> | |
</body> | |
</html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment