]> git.wh0rd.org - nano-editor.git/blobdiff - download.php
note the release of 4.9.3
[nano-editor.git] / download.php
index d6edfd4489965954de9c172222c143f4e7d1ba7d..0306cad706b4625d20277f21498569bd703f4eab 100644 (file)
@@ -1,7 +1,7 @@
 <?php include "top.php"; ?>
-<html>
-<head><title>GNU nano: Download</title>
-</head>
+
+<title>GNU nano: Download</title>
+
 <body>
 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
 <tr VALIGN=TOP>
@@ -10,6 +10,7 @@
 <center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
+<br>
 <center><b>Downloading GNU nano</b></center>
 </td>
 </tr>
@@ -18,9 +19,9 @@
 <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>
 <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"; ?>
 
+<?php include "bottom.php"; ?>