mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
attempted to fix formatting problems
This commit is contained in:
parent
fec302ceb5
commit
a2bd3c70c2
1 changed files with 28 additions and 6 deletions
34
devfiles.php
34
devfiles.php
|
@ -6,9 +6,11 @@
|
|||
<meta name="Author" content="Chase Hargraves & Nelson Rush">
|
||||
</head>
|
||||
|
||||
<body text="#ffffff" bgcolor="#000000" link="#SkyBlue" vlink="#0000ff" alink="LightSeaGreen">
|
||||
<body text="#ffffff" bgcolor="#000000" link="SkyBlue" vlink="#0000ff" alink="LightSeaGreen">
|
||||
|
||||
<table width="750" border="0" cellspacing="0" cellpadding="2" bgcolor="#000000" align="center">
|
||||
<table border=0 cols=0 cellpadding=0 cellspacing=0 width=768 vspace="5" align=center valign=absmiddle bgcolor=black><tr><td>
|
||||
|
||||
<table BORDER="0" COLS="0" WIDTH="95%" align="center">
|
||||
<tr>
|
||||
<img src="images/qflogosmallblack.png"><img src="images/devfiles.png">
|
||||
<br><br><br>
|
||||
|
@ -47,7 +49,7 @@
|
|||
<br><a href="ftp://quake.sourceforge.net/pub/quake/files/mdfour.zip">mdfour.zip (3.8KB)</a><p>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="80" valign="top">
|
||||
<b><font size="+1">Linux/BSD's/UNIX</font></b>
|
||||
</td>
|
||||
|
@ -61,7 +63,6 @@
|
|||
<br><br><br>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<b><font size="+1">Win9*/NT & DOS</font></b>
|
||||
|
@ -126,10 +127,31 @@
|
|||
<li>The Mesa GL Graphics Library: <a href="http://www.mesa3d.org">http://www.mesa3d.org</a>.
|
||||
<br><li>Simple DirectMedia Layer: <a href="http://www.devolution.com/~slouken/SDL">http://www.devolution.com/~slouken/SDL</a>
|
||||
</td>
|
||||
<tr>
|
||||
</tr>
|
||||
|
||||
</td>
|
||||
</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