mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-05 21:03:20 +00:00
Add 404 page
This commit is contained in:
parent
14afb3dcee
commit
2c6dfa0797
1 changed files with 12 additions and 0 deletions
12
server/templates/errors/404.html.hbs
Normal file
12
server/templates/errors/404.html.hbs
Normal 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}}
|
Loading…
Add table
Add a link
Reference in a new issue