]> git.scottworley.com Git - reliable-chat/blobdiff - webclient/rc.html
Link to the project homepage
[reliable-chat] / webclient / rc.html
index 01dc1681dc29f8afa47b98f7a0d03241c541cb73..7ace5f63d5690048d59e404dbf5813ea88a952fa 100644 (file)
                padding: 0px 5px 55px 5px;
                vertical-align: bottom
        }
                padding: 0px 5px 55px 5px;
                vertical-align: bottom
        }
+       .banner {
+               font-size: 85%;
+               text-align: right;
+       }
        .servercount {
                margin-right: 0.5em;
                font-size: 70%;
        .servercount {
                margin-right: 0.5em;
                font-size: 70%;
                                text_span.appendChild(document.createTextNode(leading_text));
                        }
                        var anchor = document.createElement("a");
                                text_span.appendChild(document.createTextNode(leading_text));
                        }
                        var anchor = document.createElement("a");
+                       anchor.setAttribute("rel", "nofollow");
                        anchor.setAttribute("href", encodeURI(match[0]));
                        anchor.appendChild(document.createTextNode(match[0]));
                        text_span.appendChild(anchor);
                        anchor.setAttribute("href", encodeURI(match[0]));
                        anchor.appendChild(document.createTextNode(match[0]));
                        text_span.appendChild(anchor);
 
 <body onload="rcconnect()">
        <div id="container">
 
 <body onload="rcconnect()">
        <div id="container">
+               <div class="banner">(You are using <a href="https://github.com/chkno/reliable-chat">Reliable Chat</a>)</div>
                <div id="history"></div>
                <div id="client">
                        <div id="input">
                <div id="history"></div>
                <div id="client">
                        <div id="input">