Created
May 27, 2013 16:14
-
-
Save szbl/5657856 to your computer and use it in GitHub Desktop.
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 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 & 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