mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-09 12:23:20 +00:00
12 lines
No EOL
544 B
Handlebars
12 lines
No EOL
544 B
Handlebars
{{#> 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}} |