]> git.wh0rd.org - nano-editor.git/blobdiff - download.php
remove some unneeded enveloping tables
[nano-editor.git] / download.php
index 38dd88c766c80991198edad7888e59b3ca4b808d..545c35404e1e51389895160e04d06db3c4e9797d 100644 (file)
@@ -1,26 +1,13 @@
-<?php include "top.php"; ?>
-<html>
-<head><title>GNU nano: Download</title>
-</head>
-<body>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
+<?php $title="Downloads";  include "top.php"; ?>
 
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
-<tr>
-<td>
+<br>
 <center><b>Downloading GNU nano</b></center>
-</td>
-</tr>
-</table></center>
-
 <br>
 
 <center><table BORDER=0 WIDTH="80%">
-<tr BGCOLOR="#440077">
-<td><font color="#FFFFFF">Description</font></td>
-<td><font color="#FFFFFF">Links</font></td>
+<tr CLASS="inverted">
+<td>Description</td>
+<td>Links</td>
 </tr>
 
 <tr>
@@ -83,7 +70,7 @@
 
 <tr>
 <td>Fedora builds:</td>
-<td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
+<td><a href="https://src.fedoraproject.org/rpms/nano">overview</a>
 </tr>
 
 <tr>
 <td><a href="https://software.opensuse.org/package/nano">packages</a>
 </tr>
 
-<!--
-<tr>
-<td>WinNT/9x binary, .zip format.</td>
-<td><a href="/dist/v<?php include "last-branch"; ?>/NT/nano-<?php include "last-version"; ?>.zip">nano-<?php include "last-version"; ?>.zip</a></td>
-</tr>
--->
-
 </table></center>
 
-</td>
-</tr>
-</table>
 <?php include "bottom.php"; ?>
-