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.
|
|
<?php // unavailable page
?>
<html> <head> <title>This Page is Unavailable</title> <link rel=stylesheet href=/styles/basic.css type=text/css> </head> <body> <div class="title"> This Page is Unavailable<hr> </div> <div class="intro"> <b>This Page is Unavailable</b> <br> <br> Please check back later... <br> </div> <br> <br> <br> <br> <br> <div class="footer"> <hr> <?php // include standard footer
include("footer.php3"); ?>
</body> </html>
|