mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
13 lines
277 B
PHP
13 lines
277 B
PHP
@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">404 - Page Not Found</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endsection |