mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added not available site to show for error 502 Bad Gateway (when game is not running)
This commit is contained in:
parent
5007ab5b02
commit
b52c16836c
1 changed files with 45 additions and 0 deletions
45
static/html/not_available.html
Normal file
45
static/html/not_available.html
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Chuck</title>
|
||||
<style>
|
||||
body {
|
||||
background: #222;
|
||||
color: #ccc;
|
||||
font-family: "Lucida Grande", sans-serif;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
a {
|
||||
color: #ff1760;
|
||||
}
|
||||
div {
|
||||
margin-top: 100px;
|
||||
width: 700px ;
|
||||
margin-left: auto ;
|
||||
margin-right: auto ;
|
||||
}
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h2>
|
||||
Hi There!
|
||||
</h2>
|
||||
<p>
|
||||
The game is currently <strong>not available</strong>.
|
||||
</p>
|
||||
<p>
|
||||
To find out when we are running our next test session, join the alpha team by requesting an invitation.
|
||||
</p>
|
||||
<p>
|
||||
You can do that on our blog:
|
||||
<a href="http://chuck-game.tumblr.com/about">http://chuck-game.tumblr.com</a>
|
||||
</p>
|
||||
<p>
|
||||
See you soon!<br>
|
||||
<i>The developers</i>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue