not found page

This commit is contained in:
2026-01-19 12:01:15 -07:00
parent 4dd2f9aa89
commit afeb28f7f3
5 changed files with 110 additions and 15 deletions
+31
View File
@@ -0,0 +1,31 @@
<section class="text-center">
<header class="m-[1em]">
<h2>
Page Not Found
</h2>
{{ $link := printf "/ui%s" .Request.URL }}
<a href="{{ $link }}" class="block m-[1em]">
<code>
{{ $link }}
</code>
</a>
</header>
<div class="m-[2em]">
<p class="italic">
Sorry, the page you were looking for could not be found.
</p>
</div>
<p class="text-sm">
If you clicked a link, perhaps it was broken.
</p>
<p class="text-sm">
Please try again.
</p>
<p class="text-sm">
If the issue persists, please reach out to <a href="mailto:support@inventory-plus-plus.com" class="font-bold underline">support</a>.
</p>
</section>