GoStart/web/views/example.html
2024-05-27 20:55:30 -04:00

12 lines
317 B
HTML

{{define "view"}}
<main>
<section>
<h1 class="font-bold">Serve Static Files Like this Gopher</h1>
<button hx-get="/" class="p-2 text-white bg-blue-400 rounded-md">
Click Me!
</button>
<img src="/static/img/gopher.png" alt="alternate text">
</main>
{{end}}