diff options
| author | sD <stoned@derpymail.org> | 2020-03-21 15:59:36 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-21 15:59:36 +0100 |
| commit | 0a67b7c908cb7826ee1cbf2ea5cba2d1a7ef0031 (patch) | |
| tree | a15135fb0ca766d7f8bf0e461ff900a2084eb298 | |
| parent | bd88a72f0cd3cf515b09b943bf9dbee76d2ab5a7 (diff) | |
add link to #tech_support
| -rw-r--r-- | webAO/client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 22e0ff4..69e17e9 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -30,6 +30,7 @@ <div id="client_loading"> <h1 id="client_loadingtext">Loading</h1> <noscript><p style="color: red;">webAO requires JavaScript to work</p></noscript> + <p>Having trouble? <a href="https://discord.gg/9rYQVVQ">Join us on Discord</a></p> <button class="client_reconnect" onclick="ReconnectButton()">Reconnect</button> </div> <div id="client_charselect"> |
