diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-27 19:43:41 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-27 19:43:41 +0200 |
commit | 56437d7445cf0cdf3d5053fbf7043b39f1a96856 (patch) | |
tree | 61a5d5efd663bf8e2dce304b202d06ee43ed2d5c /views/online.html | |
parent | 73864d898c3fb3cb0d9a8e3060ae01e780774d48 (diff) | |
download | kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.tar.gz kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.tar.bz2 kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.zip |
*Trying to* fix the mouse bug
Diffstat (limited to 'views/online.html')
-rw-r--r-- | views/online.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/online.html b/views/online.html index 8d79994..ec4134b 100644 --- a/views/online.html +++ b/views/online.html @@ -31,6 +31,7 @@ <div style="text-align: center;">
<p style="font-size:10px;" id="progress"><script>document.write(lang.online.disconnected)</script></p>
<p style="font-size:15px;"><script>document.write(atob(location.hash.substr(1)))</script></p>
+ <p style="font-size:16px;" id="progress2"><script>document.write(lang.win.quit[0])</script></p>
</div>
</div>
</div>
|