Live banner

This commit is contained in:
2024-11-02 01:02:07 -07:00
parent 162ff6168d
commit 5c8082a4f0
7 changed files with 86 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{{ 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>
<h1 class="text-white">Under Construction</h1>
<p class="text-lg text-white text-center">We're actively working on this bit!</p>
</div>
</div>