Files
spend-sparrow/template/index.templ
Tim Wundenberg fa7119ed33
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 7m40s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 3m55s
rename template
2025-03-31 21:50:59 +02:00

17 lines
409 B
Plaintext

package template
templ Index() {
<div class="h-full">
<div class="text-center">
<div class="max-w-md">
<h1 class="text-5xl font-bold">Next Level Workout Tracker</h1>
<p class="py-6">
Ever wanted to track your workouts and see your progress over time? spend-sparrow is the perfect
solution for you.
</p>
<a href="/workout" class="">Get Started</a>
</div>
</div>
</div>
}