Under construction page

This commit is contained in:
2024-10-29 13:30:31 -07:00
parent 485d0cba2b
commit 66f698029c
3 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
{{ define "main" }}
<div class="bg-[url('/images/devon_starfield.png')] bg-cover min-h-screen flex items-center justify-center">
<div class="text-4xl font-bold text-white">
<h1>Under Construction</h1>
<p class="text-lg text-white text-center">We're actively working on this bit!</p>
</div>
</div>
{{ end }}