]> 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 524a937aff364f0e204d17f9302095bfb33bbde6..02acf73c22896c3ebb8b8106bbfeac7112f42bac 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,10 +1,4 @@
-<?php include "top.php"; ?>
-
-<title>GNU nano: Source code</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
+<?php $title="Source code";  include "top.php"; ?>
 
 <br>
 <center><b>Source Code</b></center>
@@ -20,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>
-</blockquote>
 
-</td>
-</tr>
-</table>
+<br>
+<center>
+<a href="state.php">Current versions</a> in distros.
+</center>
+
+</blockquote>
 
 <?php include "bottom.php"; ?>