Skip to content

Commit

Permalink
Because I can.
Browse files Browse the repository at this point in the history
  • Loading branch information
nz committed Apr 11, 2013
1 parent 5e74857 commit 2dbe167
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 77 deletions.
31 changes: 5 additions & 26 deletions app/static/404.html
@@ -1,26 +1,5 @@
<!DOCTYPE html> ---
<html> layout: static
<head> ---
<title>The page you were looking for doesn't exist (404)</title> <h1>The page you were looking for doesn't exist.</h1>
<style type="text/css"> <p>You may have mistyped the address or the page may have moved.</p>
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>

<body>
<!-- This file lives in public/404.html -->
<div class="dialog">
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
</body>
</html>
31 changes: 5 additions & 26 deletions app/static/422.html
@@ -1,26 +1,5 @@
<!DOCTYPE html> ---
<html> layout: static
<head> ---
<title>The change you wanted was rejected (422)</title> <h1>The change you wanted was rejected.</h1>
<style type="text/css"> <p>Maybe you tried to change something you didn't have access to.</p>
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>

<body>
<!-- This file lives in public/422.html -->
<div class="dialog">
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
</body>
</html>
29 changes: 4 additions & 25 deletions app/static/500.html
@@ -1,25 +1,4 @@
<!DOCTYPE html> ---
<html> layout: static
<head> ---
<title>We're sorry, but something went wrong (500)</title> <h1>We're sorry, but something went wrong.</h1>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
width: 25em;
padding: 0 4em;
margin: 4em auto 0 auto;
border: 1px solid #ccc;
border-right-color: #999;
border-bottom-color: #999;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>

<body>
<!-- This file lives in public/500.html -->
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
</div>
</body>
</html>

0 comments on commit 2dbe167

Please sign in to comment.