Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (20 sloc)
1.14 KB
This file contains 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
| <!-- Created by Troy Wolf | http://www.troywolf.com --> | |
| <html> | |
| <head> | |
| <title>Outdoor Connection</title> | |
| </head> | |
| <body bgcolor="#fdfdf5" marginheight="0" marginwidth="0" leftMargin="5" topMargin="0" rightMargin="0"> | |
| <table width="100%" border=0 align="center" cellpadding="0" cellspacing="0"> | |
| <tr> | |
| <td colspan="3" height="65"> </td></tr> | |
| <tr> | |
| <td width="100"> </td> | |
| <td width="250" height="275" align="center" valign="middle"><a href="oc_welcome.html"><img src="images/logo06.gif" width=369 height=299 border=0 alt="Outdoor Connection hunting & fishing trips"></a></td> | |
| <td width="150" align="center" valign="middle"> | |
| <a href="oc_hunting.html"><img src="images/hunting02.gif" width=123 height=42 border=0 alt="hunting trips"></a><br> | |
| <a href="oc_fishing.html"><img src="images/fishing02.gif" width=123 height=42 border=0 alt="fishing trips"></a><br> | |
| <a href="oc_franchise.html"><img src="images/franchise02.gif" width=123 height=42 border=0 alt="franchise opportunities"></a><br> | |
| <a href="lodges/index.html"><img src="images/agents02.gif" width=123 height=42 border=0 alt="Outdoor Connection agents only"></a></td></tr> | |
| </table> | |
| </body> | |
| </html> |