Static website for local racer (circa Oct 2003)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Garrett Gray Racing - Skeleton</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Language" content="en-us"> <meta name="keywords" content="Garrett Gray, late model stock car, racing, dodge, nashville speedway, fairgroundsspeedway.net, olive branch, mississippi"> <script language="JavaScript" src="scripts/window.js"></script> <script language="JavaScript" src="scripts/buttons.js"></script> <link href="styles/core.css" rel="stylesheet" type="text/css"> <link href="styles/ggr.css" rel="stylesheet" type="text/css"> </head> <body> <div id="layout">
<div id="siteheader"><img src="images/logo.gif" class="logo"></div>
<div id="panel">
<a href="index.html" onMouseOver="mouseOver('home')" onMouseOut="mouseOut('home')" ><img name="home" src="images/home.gif" class="button" alt=""></a><br / ><a href="profile.html" onMouseOver="mouseOver('profile')" onMouseOut="mouseOut('profile')" ><img name="profile" src="images/profile.gif" class="button" alt=""></a><br / ><a href="crewchief.html" onMouseOver="mouseOver('crewchief')" onMouseOut="mouseOut('crewchief')" ><img name="crewchief" src="images/crewchief.gif" class="button" alt=""></a><br / ><a href="schedule.html" onMouseOver="mouseOver('schedule')" onMouseOut="mouseOut('schedule')" ><img name="schedule" src="images/schedule.gif" class="button" alt=""></a><br / ><a href="news.html" onMouseOver="mouseOver('news')" onMouseOut="mouseOut('news')" ><img name="news" src="images/news.gif" class="button" alt=""></a><br / ><a href="sponsors.html" onMouseOver="mouseOver('sponsors')" onMouseOut="mouseOut('sponsors')" ><img name="sponsors" src="images/sponsors.gif" class="button" alt=""></a><br / ><a href="contacts.html" onMouseOver="mouseOver('contacts')" onMouseOut="mouseOut('contacts')" ><img name="contacts" src="images/contacts.gif" class="button" alt=""></a><br / ><a href="guestbook.html" onMouseOver="mouseOver('guestbook')" onMouseOut="mouseOut('guestbook')" ><img name="guestbook" src="images/guestbook.gif" class="button" alt=""></a><br />
<div id="sponsors"> <a href="sponsors.html"><img src="images/midsouthdoor-75.gif" alt="" title="Mid-South Door" class="sponsor"></a><br /> <a href="sponsors.html"><img src="images/seedsinc-75.gif" alt="" title="Seeds Inc." class="sponsor"></a><br /> <a href="sponsors.html"><img src="images/advert.gif" alt="" class="sponsor"></a><br /> </div>
</div> <!-- panel -->
<div id="content">
<p class="notice">The content for this page is not yet available</p>
</div> <!-- content -->
<div id="footer"> <div class="center"><img src="images/greydot.gif" width="90%" height="1px"></div> <p>Photography by <a href="http://www.reflectionsinc.cc/">Reflections, The Poster People</a>. <br /> Website design and hosting by <a href="mailto:inquiries@bullseyecomputing.com?subject=GGR: ">Bullseye Computing Services</a>.<br /> Questions or comments? <a href="mailto:webmaster@garrettgrayracing.com">Contact the webmaster</a>.<br /> </p> </div>
</div> <!-- layout --> </body> </html>
|