Files
timer/view/error_404.templ

8 lines
104 B
Plaintext

package view
templ Error404() {
<h1>Not found</h1>
<p><a href="/">Back to index</a></p>
}