Made an update to the index page to test staging rolling release

This commit is contained in:
2025-02-16 23:28:42 +11:00
parent 66daa33f22
commit 694f568275

View File

@@ -8,6 +8,7 @@ templ Index() {
<div class="text-center mt-24"> <div class="text-center mt-24">
<div class="text-4xl lg:text-6xl">Project Reshoot</div> <div class="text-4xl lg:text-6xl">Project Reshoot</div>
<div>A better way to discover and rate films</div> <div>A better way to discover and rate films</div>
<div>If you're seeing this text, you're my favourite :)</div>
</div> </div>
} }
} }