website/research/faq.php

10 lines
301 B
PHP
Raw Normal View History

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