13 lines
214 B
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>
|