dumb/views/navbar.templ
ngn 7cea387f02
Some checks failed
Build and publish the docker image / build (push) Failing after 1m8s
general cleanup
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 12:29:05 +03:00

10 lines
145 B
Plaintext

package views
templ navbar() {
<nav>
<div id="nav-container">
<a href="/"><img src="/static/logo.png" alt="Logo"/></a>
</div>
</nav>
}