website/input/error/404.html
2024-12-13 22:56:48 -05:00

8 lines
189 B
HTML

[//]: # "Title: Not Found"
<div id="content">
<div class="foreground err">
<h1>Not Found</h1>
<p>The resource requested not found on this server.</p>
</div>
</div>