diff options
Diffstat (limited to '')
-rw-r--r-- | cgi-bin/viewcvs.cgi/index.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/cgi-bin/viewcvs.cgi/index.html b/cgi-bin/viewcvs.cgi/index.html new file mode 100644 index 00000000..beb11da2 --- /dev/null +++ b/cgi-bin/viewcvs.cgi/index.html @@ -0,0 +1,70 @@ +<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" +"http://www.w3.org/TR/REC-html40/loose.dtd"> +<html><head> +<!-- ViewCVS -- http://viewcvs.sourceforge.net/ +by Greg Stein -- mailto:gstein@lyra.org +--> +<title>NeL CVS Repository</title> +</head> +<body text="#000000" bgcolor="#ffffff"> +<table width="100%" border=0 cellspacing=0 cellpadding=0> +<tr> +<td rowspan=2><h1>NeL CVS Repository</h1></td> +<td align=right><img src="/viewcvs/images/logo.png" alt="(logo)" border=0 +width=128 height=48></td> +</tr> +<tr> +<td align=right><h3><b><a target="_blank" +href="/cgi-bin/viewcvs.cgi/*docroot*/help_rootview.html">ViewCVS and CVS Help</a></b></h3></td> +</tr> +</table> + +<!-- you may insert repository access instructions here --> + + +<p><a name="dirlist"></a></p> + +<hr noshade> + +<table width="100%" border=0 cellspacing=1 cellpadding=2> +<tr> + +<th align=left bgcolor="#cccccc">File</th> + +</tr> + +<tr bgcolor="#ffffff"> + + +<td > +<a name="code" href="code/"> +<img src="/viewcvs/icons/dir.gif" alt="(dir)" border=0 width=16 height=16> +code/ +</a> + +</td> + + + + + +</tr> + +</table> + + + + + + +<a href="cvs_root.tar.gz?tarball=1">Download tarball</a> + + +<hr noshade> +<table width="100%" border=0 cellpadding=0 cellspacing=0><tr> +<td align=left><address><a href="mailto:admin@nevrax.com">NeL CVS Admin</a></address></td> +<td align=right> +Powered by<br><a href="http://viewcvs.sourceforge.net/">ViewCVS 0.9.2</a> +</td></tr></table> +</body></html> + |