website/thanks.php
2000-05-22 19:54:40 +00:00

17 lines
542 B
PHP

<? // Preamble
$pageName = "Thanks!";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
<H2>Thanks</H2>
<P>Your comments have been submitted to the QuakeForge team.
<P>You are now being sent back to the <a href="contact.php">Contact Us</a> page.
<?
require("parts/postamble.php"); // Finish this sucker up
?>
<?
sleep(5);
header("Location: http://www.quakeforge.net/contact.php");
?>