bookstack/resources/views/errors/503.blade.php

10 lines
206 B
PHP

@extends('public')
@section('content')
<div class="container">
<h1 class="text-muted">{{ setting('app-name') }} is down right now</h1>
<p>It will be back up soon.</p>
</div>
@stop