Olive Branch MS Chamber of Commerce (circa Oct 1999)
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.
 
 
 
 

45 lines
1.8 KiB

<?php // community development menu
header("Pragma: no-cache");
header("Content-type: text/html");
include("html/head.std");
?>
<div>
<h2 class=center>Community Development Menu<hr></h2>
<div class=offset>
<dl>
<dt><b>Select from the items below:</b>
<dl>
<dt><a href="mini.php3?content=location"><b>Our Location:</b></a>
<dd>This link display a map of how to find our community.
<dt><a href="mini.php3?content=history"><b>Our History:</b></a>
<dd>A summary of the history of our community.
<dt><a href="mini.php3?content=about"><b>About the Chamber:</b></a>
<dd>Information about us, the Olive Branch Chamber of Commerce.
<dt><a href="search_result.php3?category=Real+Estate+Brokers">
<b>Finding a Home:</b></a>
<dd>This will help put you in contact with a local Real Estate
Broker to help you locate a new home.
<dt><b>Calendar of Events:</b>
<dd>A listing of current and upcoming events of interest.
<dt><b>Community News Source:</b>
<dd>Your guide to the news that matters to you.
<dt><a href="search_result.php3?category=Schools"><b>Schools</b></a>
<dd>Information about the educational resources in our community.
<dt><a href="mini.php3?content=utilities"><b>Utility Companies:</b></a>
<dd>Information about our local utility suppliers.
<dt><a href="mini.php3?content=newcomer"><b>Newcomers Guide:</b></a>
<dd>A list of useful numbers and contacts for people that
have just joined, or will soon be joining our community.
<dt><b>Local Attractions:</b>
<dd>Interesting sights and sounds found in our area.
<dt><b>Photo Tour:</b>
<dd>A collection of photography to give you an idea
of what our community looks like.
<dt><a href="em_info.php3"><b>Request More Information:</b></a>
<dd>This will take you to our easy to use form for requesting
more information about the topics that are of interest you.
</dl>
</dl>
<?php
include("html/tail.std");
?>