-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
26 lines (26 loc) · 810 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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" />
<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>I think we are lost.</p>
<div class="lostimg">
<a class="lostimglink" href="/home.php">
Take me home<br />
country road
</a>
<a href="/home.php"><img src="/images/404.gif" /></a>
</div>
</div>
</body>