blob: d1b36a7dca9b076763323fc52db3fb87e61853c9 (
plain) (
blame)
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
27
28
29
30
31
32
33
34
35
36
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>404</title>
<link rel="icon" href="http://i.imgur.com/E5vZemY.png">
<link href="/tracklist.css" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
body {cursor:url("cursor1.png")1 1, auto;}
</style>
<style type="text/css">
html, body {
padding: 0;
margin: 0;
background-size:cover;
}
a {cursor:url("cursor2.png")1 1, default;}
</style>
</head>
<body>
<center>
<div class="centerContainer">
<div id="quoteText"><br><br><br><br><br><br><br><br>The requested page was not found.</div>
</center>
<video autoplay="" loop="" id="video">
<source src="sono3.mp4" type="video/mp4">
</video>
<bgcolor="#000000">
</body>
</html>
|