Skip to content
Snippets Groups Projects
Commit 6fa4f7c0 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel Committed by Shane Tomlinson
Browse files

check 500 error pages into repo, from here we can copy them out to different...

check 500 error pages into repo, from here we can copy them out to different deployment environments as needed
parent e1461684
No related branches found
No related tags found
No related merge requests found
<html>
<head>
<style type="text/css" media="screen">
body {
font-family: 'Droid Serif',Georgia,serif;
font-size: 24px;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
background-image: url('/error_bg.png');
}
.msg {
text-align: center;
margin-top: 20%;
}
.icon {
margin: 15px;
margin-top: 30px;
text-align: right;
width: 80%;
}
</style>
</head>
<body>
<div class='msg'>BrowserID is down for maintenence. We'll be back in a minute or two. Probably less.</div>
<div class='icon'><img src="/error_icon.png"><br/></div>
</body>
</html>
resources/static/500/error_bg.png

6.83 KiB

resources/static/500/error_icon.png

2.34 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment