-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
30 lines (27 loc) · 1.15 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
<html>
<head>
<title>Oh Snap! Page Not Found</title>
<link id="stylesheet" href="/css/github.css" rel="stylesheet" type="text/css"></link>
<script type="text/javascript">
function logoClick() {
document.location = 'http://' + document.location.host;
}
</script>
</head>
<body>
<div class="header">
<div class="logo" onclick="logoClick()"> </div>
<div class="github-logo" onclick="document.location='http://.github.com/blackberry'"> </div>
</div>
<div class="center">
<div style="margin-left:30px;margin-right:30px;">
<h1>It looks like you tried to access a page that doesn't exist</h1>
<img style="display: block;margin-left: auto;margin-right: auto"src="/images/dontPanic.png" />
</div>
<div class="footer">
<div style="border-style: none none dashed none; border-width: 1px; border-color: Silver;margin-top: 40px;"></div>
<p style="font-size: 8.5pt;color:Gray;text-decoration:italics;text-align: center;">Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.</p>
</div>
</div>
</body>
</html>