bert: Rephrase site-not-found message

This gives me a bit of repudiability in case someone decides to point
someunsavorydomain.net at my server -- I don't want to automatically
respond indicating "yep, this is mine!"
This commit is contained in:
Chandler Swift 2025-02-08 12:16:07 -06:00
parent a0ed02d158
commit 3928a5b44d
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -46,8 +46,11 @@
</head> </head>
<body> <body>
<h1>not found - chandlerswift.com</h1> <h1>not found - chandlerswift.com</h1>
<p>This page is hosted with <a href="https://chandlerswift.com/">chandlerswift.com</a>, <p>
but the site couldn't be found.</p> You've reached a server at
<a href="https://chandlerswift.com/">chandlerswift.com</a>,
but the requested site couldn't be found.
</p>
</body> </body>
</html> </html>
EOF 404 EOF 404