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:
parent
a0ed02d158
commit
3928a5b44d
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue