Files
Gw0bm/resources/views/layout8/errors/404.blade.php
2021-11-07 10:28:35 +00:00

8 lines
157 B
PHP

@extends('profilelayout')
@section('novidcontent')
<div class="notfound">
<h1>404 - NOT FOUND</h1>
<img id="notfound-img" src="/404.gif">
</div>
@endsection