500.html revision 9f4e199f9ae0b75c01f6a1a3dc49dd137ea16f77
0N/A<!DOCTYPE html>
2362N/A<html>
0N/A<head>
0N/A <title>We're sorry, but something went wrong (500)</title>
0N/A <style type="text/css">
0N/A body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
2362N/A div.dialog {
0N/A width: 25em;
2362N/A padding: 0 4em;
0N/A margin: 4em auto 0 auto;
0N/A border: 1px solid #ccc;
0N/A border-right-color: #999;
0N/A border-bottom-color: #999;
0N/A }
0N/A h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
0N/A </style>
0N/A</head>
0N/A
0N/A<body>
0N/A <!-- This file lives in public/500.html -->
2362N/A <div class="dialog">
2362N/A <h1>We're sorry, but something went wrong.</h1>
2362N/A </div>
0N/A</body>
0N/A</html>
0N/A