feat: initial commit

This commit is contained in:
Lukas Werner
2025-08-30 13:06:28 -07:00
commit efee85cf31
23 changed files with 10414 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
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>
}
}