mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 23:32:38 +00:00
files.php: update Borland binaries location
head.php: whitespace.
This commit is contained in:
parent
f96374d45c
commit
5ac92614c3
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ where the action is!
|
|||
<LI>Source code
|
||||
<? fileDownloadLink("files/newtree-current", "tar.gz tar.bz2 zip"); ?>
|
||||
<LI>Win32 binaries (Made with Borland C++)
|
||||
<? fileDownloadLink ("http://www.saunalahti.fi/~mipes/nt-win32-borl", "zip"); ?>
|
||||
<? fileDownloadLink ("files/newtree-win32-bc-current", "zip"); ?>
|
||||
<LI>Win32 newtree binaries (Made with Microsoft VC++)
|
||||
<? fileDownloadLink("files/newtree-win32-current", "zip"); ?>
|
||||
<? $ftime = filemtime("files/newtree-win32-current.zip"); echo " Updated " . date("M. j, g:i a", $ftime) . " PT";?>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<LINK REL="StyleSheet" HREF="/styles/quakeforge.css" TYPE="text/css">
|
||||
<LINK rel="StyleSheet" href="/styles/quakeforge.css" type="text/css">
|
||||
<TITLE><? echo "$siteName: $pageName"; ?></TITLE>
|
||||
</HEAD>
|
||||
<BODY link="#aaaaff" aLink="#ffffff" vLink="#aaaaff" text="white" bgColor="black" topMargin="0" bottomMargin="0" leftMargin="0" rightMargin="0" marginHeight="0" marginWidth="0">
|
||||
|
|
Loading…
Reference in a new issue