forked from oldalt/Boardwalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
71 lines (65 loc) · 2.14 KB
/
404.html
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<style>img[alt*="www.000webhost.com"] {
display: none;}
code made by Titanumnetwork,
img[alt="www.000webhost.com"]{display:none;}
</style>
<!DOCTYPE HTML>
<html lang="en-US">
<head profile="Titaniumlogo">
<link rel="icon"
href="/Titaniumnetwork.png">
</head>
</html>
<html>
<head>
<title>404 - Page not found</title>
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/rhinoslider-1.02.min.js"></script>
<script type="text/javascript" src="js/mousewheel.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('#slider').rhinoslider({
autoPlay: true
});
});
</script>
</head>
<body>
<div class="header">
<div class="wrap">
<div class="logo"><a href="index.html">Titanium Stealth Proxy</a></div>
<div class="phone">
</div>
<div class="clear"></div>
<div class="nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="surf-freely.html">Surf Freely</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="watch-moviestv.html">Watch-movies/tv</a></li>
<li><a href="forums.html">Forums</a></li>
<li><a href="mineltc.html">Mine Litecoin</a></li>
<li><a href="legacyshoutbox.html">Old Shoutbox</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
</div>
<div class="wrap">
<div class="content">
<div class="b-box">
<h1>404 Error: Page not found</h1>
<P><font size="5">The page you are looking for cannot be found.</font></P>
<p><font size="5">Please try using the navigation above or correcting the URL you have entered into the address bar.</font></p>
</div>
</div>
<div class="footer">
<div class="wrap">
<div class="f-menu">
</div>
</div>
</div>
</body>
</html>