Files
spend-sparrow/template/index.templ
Tim Wundenberg b20a48be25
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 6m59s
feat: use sqlx
2025-05-04 15:53:41 +02:00

10 lines
180 B
Plaintext

package template
templ Index() {
<div class="h-full">
<div class="text-center">
<h1 class="text-5xl font-bold">Spend Sparrow - Your personal finance</h1>
</div>
</div>
}