Skip to content

Instantly share code, notes, and snippets.

@sarahhodne
Created June 16, 2009 20:32
Show Gist options
  • Save sarahhodne/130880 to your computer and use it in GitHub Desktop.
Save sarahhodne/130880 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<!-- Rainiedaze.com index -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="css/main.css">
<title>Welcome to RainieDaze.com!</title>
</head>
<body>
<header>
<h1>Welcome to your Information Highway!</h1>
<img src="img/header.png" alt="RainieDaze Logo" />
<p>RainieDaze.com</p>
</header>
<nav>
<ul>
<li>
<a href="search/cars">Cars</a>
<em>- Everything you need to know about cars</em>
</li>
<li>
<a href="search/shopping">Shopping</a>
<em>- The best way to do your shopping for all occasions!</em>
</li>
<li>
<a href="search/finance">Financing</a>
<em>- Easy ways to keep your finances organized</em>
</li>
<li>
<a href="search/computer">Computer help</a>
<em>- For those of you who don't have your personal computer nerd</em>
</li>
<li>
<a href="search/travel">Travel</a>
<em>- All your traveling needs & info</em>
</li>
<li>
<a href="search/video">Video Editing</a>
<em>- Tips for all of your video editing needs!</em>
</li>
<li>
<a href="http://www.myefusjon.com/hansons/">eFusjon Enegy Club</a>
<em>- Find out all you need to know about eFusjon and how to join!</em>
</li>
</ul>
</nav>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment