website/research/faq.php
2000-05-10 22:38:21 +00:00

9 lines
301 B
PHP

<? // Preamble
$pageName = "FAQs";
$focused = "none"; // Dock icon name to gets a border
require("../parts/preamble.php"); // Load most of document
?>
<br><a href="http://spaceman.nu/opengl/">FAQ from EFNet #opengl</a><br>
<?
require("../parts/postamble.php"); // Finish this sucker up
?>