-
Notifications
You must be signed in to change notification settings - Fork 1
/
500.html
25 lines (22 loc) · 1.85 KB
/
500.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
<!DOCTYPE html>
<html>
<head>
<title>Error!</title>
<link href="../app/assets/stylesheets/styles/style.css" media="all" rel="stylesheet" type="text/css" /><!-- this link is for local testing -->
<link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Merriweather:900|Open+Sans:400italic,700italic,400,700" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- This file lives in public/404.html -->
<header class="clearfix"><div class="nav-bar nav-bar--alt m-all d-all"><h1 class="visuallyhidden">Oh Hey World</h1><div class="m2 t2-t4 d2-d4"><a href="/"><img alt="Logo_no_slogan" class="logo nav-bar-logo" src="/assets/logo_no_slogan-01ef1a5b610dc407ba0ea3cddec4bb31.png" /></a></div></div></header>
<div class="container container--padded container--push-footer">
<div class="dialog text-center center" style="max-width: 600px;">
<h1>Whoops!</h1>
<p>Um… here’s the thing… uh… brb.</p>
<p><img src="/assets/umfillion.gif" style="width: 100%; max-width: 100%;">
<p> If you want to <a href="/feedback">tell us</a> what you were trying to do, it’ll help us prevent errors like this in the future.</p>
</div>
</div>
<footer class="container footer"><div class="m2-m6 t2-t8 d2-d8"><nav class="nav nav-footer"><ul><li><a href="/about">About</a></li><li><a href="/mission">Mission</a></li><li><a href="/feedback">Feedback </a></li><li><a href="http://ohheyworld.com/travelblog/">Travel Blog</a></li><li><a href="/team">Team</a></li><li><a href="/jobs/">Jobs</a></li><li><a href="/privacy/">Privacy</a></li><li><a href="/tos/">Terms of Service</a></li><li><a href="/faq/">FAQ </a></li><li><a href="/api/">Developers </a></li></ul></nav><span>© Oh Hey World 2013</span></div></footer>
</body>
</html>