website/input/error/404.html

8 lines
204 B
HTML
Raw Normal View History

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