Skip to content

Commit

Permalink
Merge pull request #8346 from sg00dwin/503page
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Apr 4, 2016
2 parents 72975c2 + ffe6136 commit 84434f4
Showing 1 changed file with 66 additions and 2 deletions.
68 changes: 66 additions & 2 deletions images/router/haproxy/conf/error-page-503.http
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,72 @@ Connection: close
Content-Type: text/html

<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
h1 {
font-size: 1.9em;
font-weight: 400;
line-height: 1.3;
margin: 0.68em 0;
}
@media (min-width: 768px) {
h1 {
font-size: 2.15em;}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.66666667;
font-size: 13px;
color: #333333;
background-color: #ffffff;
margin: 4em 3em;
}
p {
margin: 0 0 10px;
font-size: 13px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
p {
font-size: 14px;
}
}
</style>
</head>
<body>
<h1>503 Service Unavailable</h1>
No server available to handle the request.
<div>
<h1>Application is not available</h1>
<p>The application is currently not serving requests at this endpoint. It may not have been started or is still starting.</p>
</div>
</body>
</html>

0 comments on commit 84434f4

Please sign in to comment.