This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/templates/not_found.templ
Tim Wundenberg 9a5fd87414
Some checks failed
Build Docker Image / Explore-Gitea-Actions (push) Failing after 5s
#109 reformat some files
2024-08-23 19:04:28 +02:00

6 lines
81 B
Plaintext

package templates
templ NotFound() {
<h1 class="text-red-200">Not Found</h1>
}