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.

8 lines
206 B

  1. <?php // form for the contest ????
  2. header("Pragma: no-cache");
  3. header("Content-type: text/html");
  4. $basetarget="main";
  5. include("html/head.std");
  6. include("html/body.incomplete");
  7. include("html/tail.std");
  8. ?>