main: Updated status page style
All checks were successful
Build Docker / Build Bot (push) Successful in 22s
Build Docker / Build Master (push) Successful in 24s

This commit is contained in:
2023-09-20 22:11:58 +10:00
parent 08f36a7a50
commit bda99dbf5f
2 changed files with 6 additions and 6 deletions

View File

@@ -35,9 +35,9 @@
<div class="col-md-8 col-xl-6 text-center text-md-start mx-auto">
<div class="text-center">
<p class="fw-bold text-success mb-2">Success</p>
<h1 class="fw-bold">Your site is installing.<br>Please wait...</h1>
<h1 class="fw-bold">{{title| safe}}</h1>
</div>
<p class="text-center">{{message}}</p>
<p class="text-center">{{message | safe}}</p>
</div>
</div>
</div>