12 lines
177 B
Cheetah
12 lines
177 B
Cheetah
{{- define "title" }} Inventory++ Page Not Found {{ end }}
|
|
|
|
|
|
<section>
|
|
Page Not Found: {{ .Request.URL.Path }}
|
|
</section>
|
|
|
|
|
|
<section>
|
|
<a href="/ui">Return Home</a>
|
|
</section>
|