mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
10 lines
284 B
PHP
10 lines
284 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div class="container">
|
|
<div class="error-page py-5 my-5 text-center">
|
|
<h3 class="font-weight-bold">{{config('instance.page.503.header')}}</h3>
|
|
<p class="lead">{{config('instance.page.503.body')}}</p>
|
|
</div>
|
|
</div>
|
|
@endsection
|