Files
Gw0bm/resources/views/layout5/errors/404.blade.php

8 lines
145 B
PHP

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