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

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