blob: ab926bf1d637cf83f7c1255da5245464b403c780 (
plain)
1
2
3
4
5
6
7
|
<?php include("static/header.html");?>
<link rel="stylesheet" type="text/css" href="static/404.css">
<div id="Error-Page-content">
<h1 id="Error-Page-head" >404</h1>
<h2 id="Error-Page-description" >Wow! I didn't see that coming...Well, I'm sorry...</h2>
</div>
<?php include("static/footer.html");?>
|