racket/collects/web-server/default-web-root/conf/forbidden.html

7 lines
233 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://www.racket-lang.org/">Racket</a></p>
</body>
</html>