31 lines
1.1 KiB
HTML
31 lines
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>PLT Servlet Examples</title>
|
|
</head>
|
|
<body bgcolor="white">
|
|
<img src="/Defaults/documentation/web-server.gif" width="61" height="57"><h2>PLT Servlet Examples</h2>
|
|
<p>The table below links to small example servlets.<br>The configuration tool is a larger example.<br>The `go' links only work when served from the PLT Web server.</p>
|
|
<table>
|
|
<tr>
|
|
<th>Source Code</th>
|
|
<th>Evaluate</th>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="examples/add.ss">add.ss</a></td>
|
|
<td><a href="/servlets/examples/add.ss">go</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="examples/count.ss">count.ss</a></td>
|
|
<td><a href="/servlets/examples/count.ss">go</a></td>
|
|
</tr>
|
|
<tr>
|
|
<td><a href="examples/hello.ss">hello.ss</a></td>
|
|
<td><a href="/servlets/examples/hello.ss">go</a></td>
|
|
</tr>
|
|
</table>
|
|
<p>Powered by <a href="http://www.plt-scheme.org/"><img width="53" height="19" src="/Defaults/documentation/plt-logo.gif"></a></p>
|
|
</body>
|
|
</html>
|