PronounsToday/web/templates/404.html
Ben Aaron Goldberg a242260ee2 web: Better error handling
Signed-off-by: Ben Aaron Goldberg <ben@benaaron.dev>
2021-10-24 04:44:19 -04:00

10 lines
165 B
HTML

<html>
<head>
<title>Page Not Found</title>
</head>
<body>
<h1>Page Not Found</h1>
<p>The page you requested does not exist.</p>
</body>
</html>