add proper WS connection retrying
This commit is contained in:
parent
8fe0c9f46b
commit
085bc4bc79
2 changed files with 42 additions and 17 deletions
|
@ -12,7 +12,13 @@
|
|||
<body class="Dark-theme">
|
||||
<script src="/index.js" type="module"></script>
|
||||
|
||||
<div id="loading" class="loading"><div id="centerdiv"><img src="/bitmap.svg" width="1in" height="1in"><h1>Jank Client is loading</h1><h2>This shouldn't take long</h2></div></div>
|
||||
<div id="loading" class="loading">
|
||||
<div id="centerdiv">
|
||||
<img src="/bitmap.svg" width="1in" height="1in">
|
||||
<h1>Jank Client is loading</h1>
|
||||
<h2 id="load-desc">This shouldn't take long</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flexltr" id="page">
|
||||
<div id="neunence">
|
||||
<div id="servers"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue