Skip to content

Instantly share code, notes, and snippets.

@AJ-Acevedo
Created March 13, 2013 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AJ-Acevedo/5156582 to your computer and use it in GitHub Desktop.
Save AJ-Acevedo/5156582 to your computer and use it in GitHub Desktop.
Simple HTML5 file
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> <!-- Insert Title Here --> </title>
</head>
<body>
<header>
<nav>
<!-- Insert Navigation Bar Here -->
</nav>
</header>
<section>
<header>
<h1>Chunky Bacon</h1>
</header>
<article>
<header>
<h1>The Chunky Bacon Diet!</h1>
</header>
<p>Eat five pounds of Chunky Bacon daily...</p>
</article>
<footer>
<p>Take 5 years off your life in a month!</p>
</footer>
</section>
<footer>
<p>Copyright &copy; 2013 - Mr. Chunky Bacon</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment