watchDB/web/components/errors.templ

6 lines
67 B
Plaintext
Raw Permalink Normal View History

2024-08-03 09:28:23 +02:00
package components
templ Page404() {
<div>Page not found</div>
}