]> git.wh0rd.org - nano-editor.git/blame_incremental - git.php
fix a misformatted list item
[nano-editor.git] / git.php
... / ...
CommitLineData
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>
13You can browse nano's
14<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
15on the web.
16<p>
17If you want to build and run the bleeding-edge version of GNU nano,
18read the
19<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
20instructions</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"; ?>