Add a maintenance page
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 35s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m50s
Create Docker Image / Final Docker Image Manifest (push) Successful in 8s

This commit is contained in:
Deon George 2024-10-23 12:42:13 +11:00
parent 7e87481e05
commit a32e2e504a

View File

@ -0,0 +1,13 @@
@extends('layouts.auth')
@section('htmlheader_title')
Down for a bit
@endsection
@section('content')
<div class="text-center">
<h1 class="m-5" style="border-bottom: 0;">Down for a bit, back soon!</h1>
<p class="text-center"><strong class="highlight danger"><small>If it has been this way too long, <br>you might want to let somebody know.</small></strong></p>
</div>
@endsection