]> git.wh0rd.org - nano-editor.git/blobdiff - download.php
remove two slashes that are not valid in HTML4
[nano-editor.git] / download.php
index 4639298aa29f5f6cff6f8d94eb51bddedad52211..f6eaa83a55b6b6e6bce9cccb32e133a0f7147a17 100644 (file)
@@ -1,15 +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%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
-
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<?php $title="Downloads";  include "top.php"; ?>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+
+<center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
+<br>
 <center><b>Downloading GNU nano</b></center>
 </td>
 </tr>
 
 <br>
 
-<center><table BORDER=0 WIDTH="80%" NOSAVE >
-<tr BGCOLOR="#440077" NOSAVE>
-<td NOSAVE><font color="#FFFFFF">Description</font></td>
-<td><font color="#FFFFFF">Links</font></td>
+<center><table BORDER=0 WIDTH="80%">
+<tr CLASS="inverted">
+<td>Description</td>
+<td>Links</td>
 </tr>
 
 <tr>
@@ -55,7 +53,7 @@
 
 <tr>
 <td>All versions:</td>
-<td NOSAVE>
+<td>
 <a href="/dist">The branches</a>
 </td>
 
 
 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
 
-<tr NOSAVE>
+<tr>
 <td>Archlinux binaries:</td>
 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Debian GNU/Linux binaries:</td>
 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Fedora builds:</td>
 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Gentoo status:</td>
 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Opensuse binaries:</td>
 <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"; ?>