Add 404 page

This commit is contained in:
Jackzie 2025-04-16 13:33:59 -05:00
parent 14afb3dcee
commit 2c6dfa0797

View file

@ -0,0 +1,12 @@
{{#> layouts/default body-class="has-background-white-ter login-bg" }}
<br><br>
<div class="container py-6" style="width:20%"> <!-- TODO: fix width on mobile -->
<h1 class="title is-1 has-text-centered">storage-app</h1>
<div class="box is-radiusless">
<h4 class="title is-4 has-text-centered">404 Page Not Found</h4>
<p>The requested resource <code>{{ path }}</code> can't be found</p>
<br>
<p><a href="/">Return home</a></p>
</div>
</div>
{{/layouts/default}}