9 lines
344 B
HTML
9 lines
344 B
HTML
{{ 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 class="text-white">Under Construction</h1>
|
|
<p class="text-lg text-white text-center">We're actively working on this bit!</p>
|
|
</div>
|
|
</div>
|
|
{{ end }}
|