sunet/scheme/httpd/surflets/web-server/root/htdocs/index.html

33 lines
974 B
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Scheme Unterground</title></head>
<body>
<p>
<h1>Hello Unterground!</h1>
Following files are available from here:
<ul>
<li><a href="servlet/news.scm">News</a></li>
<li><a href="servlet/add.scm">Adding (version 1)</a></li>
<li><a href="servlet/add2.scm">Adding (version 2)</a></li>
2002-09-27 11:32:39 -04:00
<li><a href="servlet/calculate.scm">Simple Calculator</a></li>
2002-09-27 13:30:11 -04:00
<li><a href="servlet/byte-input.scm">Byte Input Widget</a></li>
<!-- <li><a href=/servlet/test.scm>A test servlet</a></li> -->
<li><a href="servlet/admin.scm">Servlet Administration</a></li>
<li><a href=index.html>This file</a></li>
</ul>
<br>
And nothing else...
<hr>
<!-- Created: Thu Aug 22 16:44:16 CEST 2002 -->
<!-- hhmts start -->
Last modified: Tue Oct 1 11:48:55 CEST 2002
<!-- hhmts end -->
</body>
</html>
</p>
</body>
</html>