Commit bc520a964f9fe04fe83b40350e003d5f2d75c211

Clean up error pages

Commit diff

public/404.html

 
55
66<head>
77 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8 <title>We're sorry, but something went wrong (500)</title>
8 <title>Page not found (404)</title>
99 <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" />
1010 <style type="text/css">; }
1111 div.dialog {
1818 }
1919 </style>
2020</head>
21
2221<body>
22 <div id="header">
23 <h1 id="logo">
24 <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
25 </h1>
26 <ul id="menu">
27 <li><a href="/">Home</a></li>
28 </ul>
29 </div>
2330 <div id="container">
24 <div id="header">
25 <div id="logo">
26 <a href="/"><img src="/images/logo.png" /></a>
27 </div>
28 <div id="menu">
29 <ul>
30 <li><a href="/">Home</a></li>
31 </ul>
32 </div>
33 </div>
3431 <div id="main">
3532 <div id="content">
3633 <div class="dialog">
toggle raw diff

public/422.html

 
55
66<head>
77 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8 <title>We're sorry, but something went wrong (500)</title>
8 <title>change rejected (422)</title>
99 <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" />
1010 <style type="text/css">; }
1111 div.dialog {
2020</head>
2121
2222<body>
23 <div id="header">
24 <h1 id="logo">
25 <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
26 </h1>
27 <ul id="menu">
28 <li><a href="/">Home</a></li>
29 </ul>
30 </div>
2331 <div id="container">
24 <div id="header">
25 <div id="logo">
26 <a href="/"><img src="/images/logo.png" /></a>
27 </div>
28 <div id="menu">
29 <ul>
30 <li><a href="/">Home</a></li>
31 </ul>
32 </div>
33 </div>
3432 <div id="main">
3533 <div id="content">
3634 <div class="dialog">
toggle raw diff

public/500.html

 
2020</head>
2121
2222<body>
23 <div id="header">
24 <h1 id="logo">
25 <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
26 </h1>
27 <ul id="menu">
28 <li><a href="/">Home</a></li>
29 </ul>
30 </div>
2331 <div id="container">
24 <div id="header">
25 <div id="logo">
26 <a href="/"><img src="/images/logo.png" /></a>
27 </div>
28 <div id="menu">
29 <ul>
30 <li><a href="/">Home</a></li>
31 </ul>
32 </div>
33 </div>
3432 <div id="main">
3533 <div id="content">
3634 <div class="dialog">
toggle raw diff

public/502.html

 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
6<head>
7 <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8 <title>Proxy Upstream Error (502)</title>
9 <link href="/stylesheets/base.css?1199397346" media="screen" rel="stylesheet" type="text/css" />
10 <style type="text/css">; }
11 div.dialog {
12 width: 25em;
13 padding: 0 4em;
14 margin: 4em auto 0 auto;
15 border: 1px solid #ccc;
16 border-right-color: #999;
17 border-bottom-color: #999;
18 }
19 </style>
20</head>
21
22<body>
23 <div id="header">
24 <h1 id="logo">
25 <a href="/"><img alt="Logo-white" src="/images/logo-white.png" /></a>
26 </h1>
27 <ul id="menu">
28 <li><a href="/">Home</a></li>
29 </ul>
30 </div>
31 <div id="container">
32 <div id="main">
33 <div id="content">
34 <div class="dialog">
35 <h1>Oops, couldn't connect to the upstream server</h1>
36 <p>Chances are it is being restarted, try refreshing the page shortly</p>
37 </div>
38 </div>
39 </div>
40 </div>
41</body>
42</html>
toggle raw diff