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.

30 lines
441 B

  1. <?php // unavailable page
  2. ?>
  3. <html>
  4. <head>
  5. <title>This Page is Unavailable</title>
  6. <link rel=stylesheet href=/styles/basic.css type=text/css>
  7. </head>
  8. <body>
  9. <div class="title">
  10. This Page is Unavailable<hr>
  11. </div>
  12. <div class="intro">
  13. <b>This Page is Unavailable</b>
  14. <br>
  15. <br>
  16. Please check back later...
  17. <br>
  18. </div>
  19. <br>
  20. <br>
  21. <br>
  22. <br>
  23. <br>
  24. <div class="footer">
  25. <hr>
  26. <?php // include standard footer
  27. include("footer.php3");
  28. ?>
  29. </body>
  30. </html>