]> git.wh0rd.org - nano-editor.git/blob - git.php
remove two slashes that are not valid in HTML4
[nano-editor.git] / git.php
1 <?php $title="Source code"; include "top.php"; ?>
2
3 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
4 <tr VALIGN=TOP>
5 <td>
6
7 <br>
8 <center><b>Source Code</b></center>
9
10 <blockquote>
11 You can browse nano's
12 <a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
13 on the web.
14 <p>
15 If you want to build and run the bleeding-edge version of GNU nano,
16 read the
17 <a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
18 instructions</a> located in the git repository itself.
19 <p>
20
21 <center>
22 <a href="/"><img src="withnano.png" border=0></a>
23 </center>
24 </blockquote>
25
26 </td>
27 </tr>
28 </table>
29
30 <?php include "bottom.php"; ?>