forked from Tribler/tribler.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
76 lines (63 loc) · 2.18 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
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Tribler</title>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/lightbox.css" />
<link rel="stylesheet" href="/css/animate.min.css">
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/img/favicon.ico" type="image/x-icon" />
<link rel="canonical" href="http://www.tribler.org/index.html">
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<script src="/js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script type="text/javascript" src="/js/jquery-1.10.2.min.js"></script>
</head>
<body>
<header>
<div class="wow fadeInDown">
<div class="wow fadeInLeft">
<a href="https://www.facebook.com/TriblerTeam"><img class="facebook-icon" src="/img/facebook-icon.png" alt="" /></a>
<a href="https://twitter.com/TriblerTeam"><img class="twitter-icon" src="/img/twitter-icon.png" alt="" /></a>
<a href="https://github.com/Tribler"><img class="github-icon" src="/img/github-icon.png" alt="" /></a>
</div>
<a href="/"><img class="header-logo" src="/img/tribler-logo.png" alt="Return to the homepage" /></a>
<nav>
<ul>
<li><a href="/">Tribler</a>
<ul>
<li><a href="about.html">About Tribler</a></li>
<li><a href="anonymity.html">Anonymity</a></li>
<li><a href="https://release.tribler.org/dashboard/">Statistics</a></li>
</ul>
</li>
<li><a href="download.html">Download</a></li>
<li><a href="support-index.html">Support</a>
<ul>
<li><a href="howto.html">How does it work</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li><a href="developer-index.html">Developers</a>
<ul>
<li><a href="https://github.com/Tribler/tribler">Github</a></li>
<li><a href="https://github.com/Tribler/tribler/wiki">Wiki</a></li>
<li><a href="/TitleIndex">Archive</a></li>
</ul>
</li>
<li><a href="http://forum.tribler.org">Forum</a></li>
</ul>
</nav>
</div>
</header>
<section id="main">
<h2>404 Not Found</h2><br>
Could not find the requested page.
</section>
</body>
</html>