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
434 B

  1. <?php // admin intro section
  2. $img = "admin_header.jpg";
  3. $size = getimagesize($img);
  4. print("<html>\n<head>\n<title>Minipage Administration</title>\n");
  5. print("<link rel=stylesheet href=/styles/admin.css type=text/css>\n");
  6. print("<base target=\"_self\">\n</head>\n<body>\n<div class=center>\n");
  7. print("<img src=\"$img\" $size[3]>\n<br clear=all>\n<h2>Welcome to ");
  8. print("the Minipage Administration Area</h2>\n<br>\n</div>\n");
  9. ?>