mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
fixed formatting
added copyright information added table
This commit is contained in:
parent
91bec520ba
commit
fec302ceb5
1 changed files with 30 additions and 5 deletions
35
progress.php
35
progress.php
|
@ -7,11 +7,14 @@
|
|||
</head>
|
||||
<body text="#ffffff" bgcolor="#000000" link="#SkyBlue" vlink="#0000ff" alink="LightSeaGreen">
|
||||
|
||||
<center>
|
||||
<img src="images/qflogosmallblack.png" border="0"><img src="images/progress.png" border="0">
|
||||
</center>
|
||||
<table border=0 cols=0 cellpadding=0 cellspacing=0 width=768 vspace="5" align=center valign=absmiddle bgcolor=black><tr><td>
|
||||
|
||||
<br>
|
||||
<table border="0" cols="0" width="750" align="center">
|
||||
<table border="0" cols="0" width="95%" align="center">
|
||||
<tr>
|
||||
<img src="images/qflogosmallblack.png" border="0"><img src="images/progress.png" border="0">
|
||||
<br><br><br>
|
||||
</tr>
|
||||
<tr>
|
||||
[ <a href="index.php">about</a> ]
|
||||
[ <a href="news.php">news</a> ]
|
||||
|
@ -116,4 +119,26 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<br><br><br>
|
||||
|
||||
<center>
|
||||
<br>
|
||||
<a href="http://www.sourceforge.net"><img src="images/sflogo.png" border=0 alt="SourceForge"></a>
|
||||
<a href="http://www.libranet.com/petition.html"><img src="images/petition_button.jpg" border=0 alt="Sign The Linux Driver
|
||||
Petition"$<a href="http://www.planetquake.com/aftershock/"><img src="images/aftershock_logo.jpg" border=0
|
||||
alt="Aftershock"></a>
|
||||
<br>
|
||||
<i>
|
||||
<br>Website Copyright (C) 1999,2000 contributors of the QuakeForge Project.
|
||||
<br>Quake(R) and QuakeWorld(R) are registered trademarks of id Software.
|
||||
<br>
|
||||
<br>Quake is Copyright (C) 1996-1997 Id Software, Inc.
|
||||
<br>Portions of QuakeForge are Copyright (C) 1996-1997 Id Software, Inc.
|
||||
<br>Portions of QuakeForge are Copyright (C) 1999,2000 contributors of the QuakeForge project.
|
||||
</i>
|
||||
<br>
|
||||
</center>
|
||||
|
||||
</td></tr></table>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue