kopia lustrzana https://github.com/pixelfed/pixelfed
13 wiersze
277 B
PHP
13 wiersze
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
|