racket/collects/web-server/default-web-root/conf/forbidden.html
2010-11-09 20:11:14 -05:00

8 lines
230 B
HTML

<html>
<head><title>Access Denied</title></head>
<body>
<p>The server could not verify that you have permissions to access the requested document.</p>
<p>Powered by <a href="http://racket-lang.org/">Racket</a></p>
</body>
</html>