diff options
| author | sD <stoned@derpymail.org> | 2020-03-21 16:03:29 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-21 16:03:29 +0100 |
| commit | 923569a4a9e111bee72beece2f00e18e021a7418 (patch) | |
| tree | 713235fc28e87d3c8b00d75c197dc90f04e7b86f /webAO | |
| parent | e49c9e2bf76fd602849e1018fb7880db5c857f68 (diff) | |
add a link below the masterchat. if web fails to load it will show up at the top
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/index.html b/webAO/index.html index 7f367da..abf9860 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -66,8 +66,8 @@ <div id="info_container"> <p id="serverinfo">Masterserver version - ...</p> <p id="clientinfo">Client version - ...</p> - <br> <textarea id="masterchat" readonly></textarea> + <p>Having trouble? <a href="https://discord.gg/9rYQVVQ">Join us on Discord</a></p> </div> </div> <div id="serverdescription_container"> |
