You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
850 B
PHTML
37 lines
850 B
PHTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>404</title>
|
|
<link rel="stylesheet" href="/styles/fonts.css" />
|
|
<link rel="stylesheet" href="/styles/cursor.css" />
|
|
<link rel="stylesheet" href="/styles/404.css" />
|
|
<!--
|
|
styles/font.css
|
|
styles/cursor.css
|
|
styles/404.css
|
|
-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
<body>
|
|
<marquee scrollamount="10">
|
|
<h1>Uh oh</h1>
|
|
</marquee>
|
|
<div style="text-align: center; margin-left: auto; margin-right: auto;">
|
|
<span class="notfound">404 - Not Found</span>
|
|
<p>There is nothing here.</p>
|
|
<p>We appear to be lost.</p>
|
|
<div class="lostimg">
|
|
<a class="lostimglink" href="/home.php">
|
|
<!-- home.php -->
|
|
Take me Home,<br />
|
|
country road
|
|
</a>
|
|
<a href="/home.php"><img src="/images/404.gif" /></a>
|
|
<!--
|
|
home.php
|
|
images/404.gif
|
|
-->
|
|
</div>
|
|
</div>
|
|
</body>
|