mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
43d9d2eba7
Allows BookStack to be installed at a non-root location on a domain. Closes #40.
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 |