All source, tests, and templates from forge.lthn.ai/core/go-help. 94% test coverage preserved. All tests pass. Co-Authored-By: Virgil <virgil@lethean.io>
10 lines
400 B
HTML
10 lines
400 B
HTML
{{define "title"}}Not Found - Help{{end}}
|
|
{{define "content"}}
|
|
<div style="text-align: center; margin-top: 4rem;">
|
|
<h1 style="font-size: 3rem; border: none; color: var(--fg-muted);">404</h1>
|
|
<p style="font-size: 1.1rem; color: var(--fg-muted);">Topic not found.</p>
|
|
<p style="margin-top: 1.5rem;">
|
|
<a href="/">Browse all topics</a> or try searching above.
|
|
</p>
|
|
</div>
|
|
{{end}}
|