mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
this should put sponsor links on main page
This commit is contained in:
parent
721a139cee
commit
7aa5dc3c17
2 changed files with 9 additions and 0 deletions
|
@ -68,6 +68,13 @@
|
|||
tableSpacer( 1, 9, 1, "black");
|
||||
?>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD>
|
||||
<?php
|
||||
include("sponsor_incl.html");
|
||||
?>
|
||||
</TD>
|
||||
</TR>
|
||||
<TR>
|
||||
<TD COLSPAN="4">
|
||||
<?php
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<center>
|
||||
QuakeForge would like to thank these sponsors for their contributions to our
|
||||
project:
|
||||
<br>
|
||||
|
@ -7,4 +8,5 @@ project:
|
|||
<a href="http://www.valinux.com/"><img src="images/valinux.png" border=0 alt="VA Linux"></a>
|
||||
<a href="http://www.3dfx.com/"><img src="images/3dfx.jpg" border=0 alt="3Dfx" width=100 height=80></a>
|
||||
<a href="http://www.matrox.com/"><img src="images/matrox.gif" border=0 alt="Matrox"></a>
|
||||
</center>
|
||||
|
||||
|
|
Loading…
Reference in a new issue