1
0
Fork 0
forked from 2sys/shoutdotdev

add basic 404 page

This commit is contained in:
Brent Schroeter 2025-03-11 22:24:02 -07:00
parent 83e34b8654
commit 52819c317b

9
static/_404.html Normal file
View file

@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>Not found</title>
</head>
<body>
Page not found.
</body>
</html>