Add "server" query parameter

This commit is contained in:
Simon Ser
2020-06-07 12:31:01 +02:00
parent 3612dd3e63
commit deb82c7abe
2 changed files with 25 additions and 4 deletions

View File

@@ -26,9 +26,11 @@
<form>
<h2>Connect to IRC</h2>
<label for="connect-url">Server URL:</label><br/>
<input type="url" name="url" id="connect-url" value="ws://localhost:8080"/>
<br/><br/>
<div id="connect-url-container">
<label for="connect-url">Server URL:</label><br/>
<input type="url" name="url" id="connect-url" value="ws://localhost:8080"/>
<br/><br/>
</div>
<label for="connect-nick">Nickname:</label><br/>
<input type="username" name="nick" id="connect-nick" autofocus required/>
@@ -43,7 +45,7 @@
<br/><br/>
<details>
<summary>More options</summary>
<summary>Advanced options</summary>
<br/>