diff --git a/css/glowingbear.css b/css/glowingbear.css index 9c7d540..f42dcfc 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -263,6 +263,17 @@ td.time { font-family: sans-serif; } +#reconnect { + top: 35px; + position: fixed; + z-index: 9999; + background-color: #eee; + color: #333; + width: 100%; + margin: 0; + padding: 5px; +} + .footer { position: fixed; bottom: 0; diff --git a/index.html b/index.html index 512b424..5dd752a 100644 --- a/index.html +++ b/index.html @@ -280,6 +280,9 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel +
+ Reconnecting... Try now +