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

13 lines
214 B
PHP

<style type="text/css">
body {
background: black;
color: white;
text-align: center;
}
</style>
<div class="notfound">
<h1>404 - NOT FOUND</h1>
<a href="/"><img id="notfound-img" src="/404.gif"></a>
</div>