-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
21 lines (21 loc) · 910 Bytes
/
error.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Bento | Doing some maintainence!</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="inner-container">
<div class="row">
<div class="col-md-8 col-md-offset-2" style="text-align: center; padding-top: 150px; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;">
<img class="logo" src="logo_text.png" alt="bento">
<h2 style="font-weight: 300;">Uh oh! Something bad happened :(</h2>
<br/>
<p style="font-size: 1.2em">Come check back in a few minutes. Everything should be back to normal shortly! If you keep seeing this page, go and bother Jon about it <a href="http://twitter.com/jonhmchan">on Twitter</a> or by <a href="mailto:[email protected]">email</a>.</p>
</div>
</div>
</div>
</div>
</body>
</html>