gild/resources/httpd/error/501.html
2025-08-30 11:26:18 +01:00

27 lines
779 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>501: Not implemented</title>
<style>
a {
background-color: black;
color: greenyellow;
}
body {
padding: 2em 20%;
background-color: black;
color: green;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<h1>501: I'm sorry, Dave, I can't do that</h1>
<p>The GILD HTTP handler is very simple, and can only handle HEAD and GET requests.</p>
<footer>
<a href="https://git.journeyman.cc/simon/gild">The Generic Internet Listener Daemon</a>, Copyright: (c) Simon Brooke 1997
</footer>
</body>
</html>