added proper server connection dialog

This commit is contained in:
ari melody 2023-10-03 01:21:34 +01:00
parent d3c35e7b8c
commit 6ced824e1c
No known key found for this signature in database
GPG key ID: 12A070A0ACDCA45F
4 changed files with 134 additions and 2 deletions

View file

@ -51,6 +51,13 @@
<li><a href="https://github.com/mellodoot/openterminal" target="_blank">source</a></li>
</ul>
</footer>
<div id="dialog-backdrop"></div>
<div id="connect-dialog">
<button id="connect-close">X</button>
<p>Enter the address of the server you would like to connect to:</p>
<input id="connect-url" name="server" type="text" spellcheck="false">
<button id="connect-submit">Connect</button>
</div>
<div id="overlay"></div>
</body>
</html>