]> git.wh0rd.org - nano-editor.git/blobdiff - top.php
improve the spacing of the front-page elements
[nano-editor.git] / top.php
diff --git a/top.php b/top.php
index 2a472405148c123cf45ef113134c5ae5597e8383..5651f0dacb6a5c3f08182193d8f07458819ce8a9 100644 (file)
--- a/top.php
+++ b/top.php
@@ -1,4 +1,4 @@
-<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@@ -7,29 +7,30 @@
 </head>
 <body text="#440077" bgcolor="#FFFFFF" link="#440077" vlink="#51188E" alink="#FF0000">
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="8%" NOSAVE >
-<tr NOSAVE>
-<td HEIGHT="8%" NOSAVE>
-<table BORDER=0 CELLSPACING=0 COLS=3 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<A HREF="/">
-<font color="#FFFFFF">The nano homepage</font></A></td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="8%">
+<tr><td>
 
-<td NOSAVE>
-<center><font color="#FFFFFF">Latest Version 
-<?php include "stable-version"; ?>
-</font></center>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" BGCOLOR="#440077">
+<tr>
+
+<td>
+<font color="#FFFFFF">Latest version:
+<?php include "last-version"; ?>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+</font>
+</td>
+
+<td align="center">>
+<a href="/"><font color="#FFFFFF">The GNU nano homepage</font></a>
 </td>
 
 <td>
-<div align=right><font color="#FFFFFF">
-Modified: 
+<div align="right"><font color="#FFFFFF">Modified:
 <?php include "last-modified"; ?>
 </font></div>
 </td>
+
 </tr>
 </table>
-</td>
-</tr>
+
+</td></tr>
 </table>