clrghouz/resources/views/maintenance.blade.php

13 lines
388 B
PHP
Raw Permalink Normal View History

2024-10-23 01:42:13 +00:00
@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