summaryrefslogtreecommitdiff
path: root/public/500.html
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2011-10-09 00:36:38 +0300
committergitlabhq <m@gitlabhq.com>2011-10-09 00:36:38 +0300
commit9ba1224867665844b117fa037e1465bb706b3685 (patch)
tree52fbfc1cdb55df21843965479c97be0c91121a9a /public/500.html
parent93efff945215a4407afcaf0cba15ac601b56df0d (diff)
downloadgitlab-ce-9ba1224867665844b117fa037e1465bb706b3685.tar.gz
init commit
Diffstat (limited to 'public/500.html')
-rw-r--r--public/500.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/public/500.html b/public/500.html
new file mode 100644
index 00000000000..b1d544647a1
--- /dev/null
+++ b/public/500.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>We're sorry, but something went wrong (500)</title>
+ <style type="text/css">
+ body { background-color: #EAEAEA; color: #666; text-align: center; font-family: arial, sans-serif; }
+ div.dialog {
+ width: 600px;
+ padding: 0 4em;
+ margin: 4em auto 0 auto;
+ }
+ h1 { font-size: 48px; color: #444; line-height: 1.5em; }
+ h2 { font-size: 24px; color: #666; line-height: 1.5em; }
+ </style>
+</head>
+
+<body>
+ <!-- This file lives in public/500.html -->
+ <div class="dialog">
+ <h1>500</h1>
+ <h2>We're sorry, but something went wrong.</h2>
+ <p>We've been notified about this issue and we'll take a look at it shortly.</p>
+ </div>
+</body>
+</html>