lila/public/websocket-fail.html
2012-09-23 15:18:40 +02:00

10 lines
548 B
HTML

<div style='z-index: 999999; border: 1px solid #F7941D; padding: 5px 0 0 5px; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: absolute;top:24px;right:0'>
<div style='width: 500px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>
<strong>Bummer!</strong>
<p>Your browser supports websockets, but cannot get a connection.</p>
<br />
<p>Maybe you are behind a proxy that does not support websockets.</p>
<p>Ask your system administrator to fix it!</p>
</div>
</div>