forked from mirror/pixelfed
11 lines
325 B
PHP
11 lines
325 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">Service Unavailable</h3>
|
|
<p class="lead">Our service is in maintenance mode, please try again later. <a href="/">Go back to Pixelfed.</a></p>
|
|
</div>
|
|
</div>
|
|
@endsection
|