Files
Gw0bm/resources/views/layout2/errors/404.blade.php
2021-06-25 08:25:11 +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