mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
066adf3cea
Updated 404 page with additional links
10 lines
236 B
PHP
10 lines
236 B
PHP
@extends('public')
|
|
|
|
@section('content')
|
|
|
|
<div class="container">
|
|
<h1 class="text-muted">{{ trans('errors.app_down', ['appName' => setting('app-name')]) }}</h1>
|
|
<p>{{ trans('errors.back_soon') }}</p>
|
|
</div>
|
|
|
|
@stop |