website/input/error/404.html

7 lines
136 B
HTML
Raw Permalink Normal View History

2024-12-14 03:55:09 +00:00
[//]: # "Title: Not Found"
2024-12-14 08:40:15 +00:00
<div class="err">
<h1>Not Found</h1>
<p>The resource requested not found on this server.</p>
2024-12-14 03:55:09 +00:00
</div>