13 lines
388 B
PHP
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 |