timeshare/pages/index.templ
2025-08-30 13:06:28 -07:00

11 lines
296 B
Plaintext

package pages
templ Index() {
@PageSkeleton("Time Share") {
<div class="flex flex-col p-10 w-full h-screen justify-center items-center">
<h1 class="text-4xl font-semibold">Time Share</h1>
<p><a class="text-md underline" href="https://lukaswerner.com">Lukas Werner</a></p>
</div>
}
}