clrghouz/resources/views/maintenance.blade.php
Deon George a32e2e504a
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
Add a maintenance page
2024-10-23 12:56:50 +11:00

13 lines
388 B
PHP

@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