Files
timer/view/error_404.templ
2024-04-08 23:23:23 +02:00

7 lines
65 B
Plaintext

package view
templ Error404() {
<h1>Not found</h1>
}