mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 18:13:55 +02:00
10 lines
217 B
PHP
10 lines
217 B
PHP
@extends('layout')
|
|
|
|
@section('content')
|
|
|
|
<div class="my-10 text-center text-base font-title uppercase text-primary">
|
|
<h1 class="text-7xl mb-0 font-black">404</h1>
|
|
@lang('app.page-not-found')
|
|
</div>
|
|
|
|
@endsection
|