mirror of
https://git.code.sf.net/p/quake/website
synced 2025-01-31 12:40:49 +00:00
sigh, more fixes
This commit is contained in:
parent
504c416a1e
commit
82f5a1990a
1 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<?PHP
|
||||
$sitename = "The QuakeForge Project";
|
||||
$pagename = "3D Research Resource";
|
||||
$pagename = "Research Resource";
|
||||
require("parts/library.php"); // Load function library
|
||||
include("parts/head.php"); // Load the HEAD and open BODY
|
||||
include("parts/topstrip.php"); // Display top strip
|
||||
|
@ -18,13 +18,12 @@
|
|||
include( "parts/topmain.php" ); // Display content top table
|
||||
?>
|
||||
<P>
|
||||
<td colspan="2">
|
||||
<center><font size="+2">Welcome to the QuakeForge Research Resource</font><hr>
|
||||
<br>In the future, this space will provide 3D programming resources chosen by our developers as interesting or essential
|
||||
for work on enhancing the QuakeForge engine. Bookmark this page and check back when we've begun adding content, thank you.
|
||||
<br><br>
|
||||
<table width="100%" cellspacing="0" cellpadding="2" bgcolor="#000000" border="0">
|
||||
<tr align="center" valign="middle">
|
||||
<table width="90%" cellspacing="0" cellpadding="0" bgcolor="#000000" border="0">
|
||||
<tr align="center">
|
||||
<td><font size="1">
|
||||
<a href="research/mathalgo.php">
|
||||
<font size="2"><b>Mathematical Algorithms</b></font></a>
|
||||
|
@ -34,7 +33,7 @@
|
|||
<font size="2"><b>Sound Bytes</b></font></a>
|
||||
<br>Speeches, Lectures, Events, etc.<br></font>
|
||||
</td></tr>
|
||||
<tr align="center" valign="middle">
|
||||
<tr align="center">
|
||||
<td><font size="1">
|
||||
<a href="research/tut.php">
|
||||
<font size="2"><b>Tutorials</b></font></a>
|
||||
|
@ -45,7 +44,7 @@
|
|||
<br>Interviews, philosophy, theories, etc.<br></font>
|
||||
</td></tr></table>
|
||||
<br><br>
|
||||
<hr>Page last updated: April, 19th 2000</td>
|
||||
<hr>Page last updated: April, 19th 2000
|
||||
</TD>
|
||||
<?php
|
||||
tableSpacer( 1, 9, 1, "black");
|
||||
|
|
Loading…
Reference in a new issue