watchDB/web/components/errors.templ
2024-08-03 09:28:23 +02:00

6 lines
67 B
Plaintext

package components
templ Page404() {
<div>Page not found</div>
}