You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
256 B
PHP

<?php
echo '</div>';
echo '<div class="bottom">';
echo '<div class="bottomcell">';
echo '<p>Send me something interesting: <a href="/contact.php">netadmin@broken-moon.net</a></p>';
echo '</div>';
echo '</div>';
echo '</body>';
echo '</html>';
?>