]> git.wh0rd.org - nano-editor.git/blame_incremental - git.php
remove two slashes that are not valid in HTML4
[nano-editor.git] / git.php
... / ...
CommitLineData
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>
11You can browse nano's
12<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
13on the web.
14<p>
15If you want to build and run the bleeding-edge version of GNU nano,
16read the
17<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
18instructions</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"; ?>