feat: initial commit
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user