mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-03-13 05:45:26 +08:00
10 lines
206 B
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 |