mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-30 16:01:24 +00:00
add a brief description to our homepage
This commit is contained in:
parent
8fa2e509f5
commit
969dbd4177
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
$pageName = "Welcome!";
|
||||
$currPage = "home"; // Name of the page, for the menu
|
||||
require "parts/preamble.php"; // Load most of document
|
||||
?>
|
||||
QuakeForge is a 3D graphics game engine based on id Software's legendary
|
||||
Quake and QuakeWorld game engine. Our purpose is to improve the state of the
|
||||
game by improving the engine and making it accessable to the largest number
|
||||
of players we can.
|
||||
<?
|
||||
|
||||
need ("boxes news");
|
||||
newsBoxOpen ('Latest News');
|
||||
|
|
Loading…
Reference in a new issue