mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
272 B
PHTML
13 lines
272 B
PHTML
7 years ago
|
@extends('layouts.app')
|
||
|
|
||
|
@section('content')
|
||
|
<div class="container">
|
||
|
<div class="error-page py-5 my-5">
|
||
|
<div class="card mx-5">
|
||
|
<div class="card-body p-5">
|
||
|
<h1 class="text-center">403 - Forbidden</h1>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
@endsection
|