Skip to content

Instantly share code, notes, and snippets.

@szbl
Created May 27, 2013 16:14
Show Gist options
  • Save szbl/5657856 to your computer and use it in GitHub Desktop.
Save szbl/5657856 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<!-- meta and such -->
<title>Most important keywords/title content.</title>
</head>
<body>
<nav id="top">
<ul>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Services</a></li>
</ul>
</nav>
<article id="about">
<h1>Our Auto Service Company</h1>
<p>Some text.</p>
</article>
<article id="services">
<h1>Baltimore Auto Mechanics &amp; Services</h1>
<p>Some text.</p>
<h2>Car Washes</h2>
<p>Something aobut this.</p>
<h2>Auto Detailing</h2>
<p>Something aobut this.</p>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment