racket/collects/web-server/default-web-root/htdocs/index.html
2005-05-27 18:56:37 +00:00

41 lines
880 B
HTML

<html>
<head>
<title>Welcome to the PLT Web server!</title>
</head>
<body bgcolor="white">
<img src="/Defaults/documentation/web-server.gif" width="61" height="57" />
<blockquote>
<table width="66%" bgcolor="white">
<tr><td>
<h2>Welcome to the PLT Web Server</h2>
<p>
Find out more about <a href='/Defaults/'>the server and configure</a> it.
</p>
<p>Please replace this page with your favorite index page.
<br />For future configuration changes, remember to look up
<br />
<center>
<code> http://127.0.0.1:<em>port</em>/Defaults/ </code>
</center>
<p>Powered by
<a href="http://www.plt-scheme.org/">
<img width="53" height="19" src="/Defaults/documentation/plt-logo.gif" />
</a>
<p><font size="-2">
For more information on PLT Software, please follow the icon link.
</font>
</p>
</p>
</table>
</blockquote>
</body>
</html>