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

  1. <?php // community development menu
  2. header("Pragma: no-cache");
  3. header("Content-type: text/html");
  4. include("html/head.std");
  5. ?>
  6. <div>
  7. <h2 class=center>Community Development Menu<hr></h2>
  8. <div class=offset>
  9. <dl>
  10. <dt><b>Select from the items below:</b>
  11. <dl>
  12. <dt><a href="mini.php3?content=location"><b>Our Location:</b></a>
  13. <dd>This link display a map of how to find our community.
  14. <dt><a href="mini.php3?content=history"><b>Our History:</b></a>
  15. <dd>A summary of the history of our community.
  16. <dt><a href="mini.php3?content=about"><b>About the Chamber:</b></a>
  17. <dd>Information about us, the Olive Branch Chamber of Commerce.
  18. <dt><a href="search_result.php3?category=Real+Estate+Brokers">
  19. <b>Finding a Home:</b></a>
  20. <dd>This will help put you in contact with a local Real Estate
  21. Broker to help you locate a new home.
  22. <dt><b>Calendar of Events:</b>
  23. <dd>A listing of current and upcoming events of interest.
  24. <dt><b>Community News Source:</b>
  25. <dd>Your guide to the news that matters to you.
  26. <dt><a href="search_result.php3?category=Schools"><b>Schools</b></a>
  27. <dd>Information about the educational resources in our community.
  28. <dt><a href="mini.php3?content=utilities"><b>Utility Companies:</b></a>
  29. <dd>Information about our local utility suppliers.
  30. <dt><a href="mini.php3?content=newcomer"><b>Newcomers Guide:</b></a>
  31. <dd>A list of useful numbers and contacts for people that
  32. have just joined, or will soon be joining our community.
  33. <dt><b>Local Attractions:</b>
  34. <dd>Interesting sights and sounds found in our area.
  35. <dt><b>Photo Tour:</b>
  36. <dd>A collection of photography to give you an idea
  37. of what our community looks like.
  38. <dt><a href="em_info.php3"><b>Request More Information:</b></a>
  39. <dd>This will take you to our easy to use form for requesting
  40. more information about the topics that are of interest you.
  41. </dl>
  42. </dl>
  43. <?php
  44. include("html/tail.std");
  45. ?>