This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
404.html
72 lines (55 loc) · 2.23 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
<!doctype html>
<html lang="en">
<head>
<!-- Meta Stuff -->
<meta charset="UTF-8">
<!-- Page Title-->
<title>404 | Oops!</title>
<!--Favicon-->
<link rel="shortcut icon" href="img/favicon.ico">
<!--Library / Dependency Scripts-->
<!--Tabzilla-->
<script src="http://mozorg.cdn.mozilla.net/tabzilla/tabzilla.js"></script>
<!--Site Specific Scripts-->
<!--Library / Dependency Stylesheets-->
<link rel="stylesheet" href="css/bootstrap.css">
<!--Site Specific Stylesheets-->
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/site.css">
</head>
<!--Navigation Header-->
<header id="masthead">
<!--Tabzilla-->
<a aria-label="Mozilla links" href="http://www.mozilla.org/" id="tabzilla">Mozilla</a>
<!--Mozilla India Navigation Links-->
<nav id="nav-main" role="navigation">
<span class="toggle" role="button" aria-controls="nav-main-menu" tabindex="0">Menu</span>
<ul id="nav-main-menu">
<li class="first"><a href="http://www.mozilla.org/about/">About</a></li>
<li><a href="http://www.mozilla.org/mission/">Mission</a></li>
<li><a href="http://blog.mozillaindia.org">Blog</a></li>
<li><a href="http://hive.mozillaindia.org">Hive</a></li>
<li class="last"><a href="http://devs.mozillaindia.org/leaderboard">Leaderboard</a></li>
</ul>
</nav>
</header>
<body>
<!--Content Area: 404 Message-->
<div class="span6" style="padding-top: 250px; padding-left: 50px;">
<h3>Looks like one of our developers was drunk and redirected you here.</h3>
<h4><a href="/">Click here to get back.</a></h4>
</div>
<!--Content Area: 404 Image-->
<div class="span6">
<img src="img/404.png" alt="Sorry">
</div>
<!--No-Script Text for ancient browsers-->
<noscript>
JavaScript has to be enabled on your browser to get this working.
</noscript>
</body>
<footer>
<!--Tabzilla stylesheet-->
<link href="http://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css" rel="stylesheet" />
</footer>
</html>