initial
This commit is contained in:
8
components/home/home.templ
Normal file
8
components/home/home.templ
Normal file
@@ -0,0 +1,8 @@
|
||||
package home
|
||||
|
||||
templ Home() {
|
||||
<div class="text-center">
|
||||
<h1 class="text-5xl font-bold">Welcome!</h1>
|
||||
<p class="text-indigo-200 mt-4">This is a simple home screen.</p>
|
||||
</div>
|
||||
}
|
Reference in New Issue
Block a user