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