Add 404.html

This is mostly for testing, but it's worth having here.

In trying to get this up and testable again, I was getting "not found"
errors, but felt that it was probably looking in the wrong location.
This has been confirmed.
This commit is contained in:
Jigme Datse Yli-Rasku 2024-03-29 16:38:46 -07:00
parent 7854657774
commit 680afd7942
1 changed files with 10 additions and 0 deletions

10
Source/404.html Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>404 — Not Found</title>
</head>
<body>
<h1>404 — Not Found</h1>
<p>What you were looking for is not found</p>
</body>
</html>