initial page
This commit is contained in:
10
components/notfound.templ
Normal file
10
components/notfound.templ
Normal file
@@ -0,0 +1,10 @@
|
||||
package components
|
||||
|
||||
templ NotFound() {
|
||||
@rootLayout() {
|
||||
<main class="w-full h-full flex flex-col gap-0 items-center justify-center">
|
||||
<h1 class="text-3xl">404</h1>
|
||||
<p class="text-base">Page not found</p>
|
||||
</main>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user