Add a maintenance page
This commit is contained in:
parent
7e87481e05
commit
a32e2e504a
13
resources/views/maintenance.blade.php
Normal file
13
resources/views/maintenance.blade.php
Normal 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
|
Loading…
Reference in New Issue
Block a user