]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
remove some unneeded enveloping tables
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index 583008bc422b5712768ab4a3983777141a4a2118..02acf73c22896c3ebb8b8106bbfeac7112f42bac 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,9 +1,5 @@
 <?php $title="Source code";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>Source Code</b></center>
 
@@ -18,13 +14,16 @@ read the
 instructions</a> located in the git repository itself.
 <p>
 
+<br>
 <center>
-<a href="/"><img src="withnano.png" border=0></a>
+<a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
+</center>
+
+<br>
+<center>
+<a href="state.php">Current versions</a> in distros.
 </center>
-</blockquote>
 
-</td>
-</tr>
-</table>
+</blockquote>
 
 <?php include "bottom.php"; ?>