website/thanks.php

13 lines
443 B
PHP
Raw Normal View History

2000-05-22 19:54:40 +00:00
<? // Preamble
$pageName = "Thanks!";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
<P>Your comments have been submitted to the QuakeForge team.
2000-07-08 18:53:04 +00:00
<P>Click to be sent back to the <a href="contact.php">Contact Us</a> page.
2000-05-22 19:54:40 +00:00
<?
require("parts/postamble.php"); // Finish this sucker up
?>