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.

9 lines
236 B

  1. <html>
  2. <head>
  3. <?php // get the title and base target from our parent page
  4. print("<title>$pagetitle</title>\n");
  5. print("<base target=\"$basetarget\">\n");
  6. ?>
  7. <link rel=stylesheet href=/styles/basic.css type=text/css>
  8. </head>
  9. <body>