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 12
/
Copy path404.html
65 lines (56 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Events | Mozilla India Vibe
</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="assets/favicon.ico" rel="icon">
<script defer src="//mozorg.cdn.mozilla.net/tabzilla/tabzilla.js"></script>
<script defer src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
<script defer src="/js/script.js"></script><!--Site Specific Stylesheets-->
<link href="css/style.css" rel="stylesheet">
</head><!--Navigation Header-->
<body>
<header id="masthead">
<a href="//www.mozilla.org/" id="tabzilla">Mozilla</a>
<nav id="nav-main">
<span class="toggle" tabindex="0">Menu</span>
<ul id="nav-main-menu">
<li class="first">
<a href="//www.mozilla.org/about/">About</a>
</li>
<li>
<a href="//www.mozilla.org/mission/">Mission</a>
</li>
<li>
<a href="//blog.mozillaindia.org">Blog</a>
</li>
<li>
<a href="//hive.mozillaindia.org">Hive</a>
</li>
<li class="last">
<a href="//devs.mozillaindia.org/leaderboard">Leaderboard</a>
</li>
</ul>
</nav>
</header>
<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 alt="Sorry" src="/assets/404.png">
</div>
<footer>
<!--Tabzilla stylesheet-->
<link href="//mozorg.cdn.mozilla.net/media/css/tabzilla-min.css" rel="stylesheet">
</footer>
</body>
</html>