added server option

This commit is contained in:
2023-08-01 08:52:38 +03:00
parent d6a335f293
commit 80545b0538
2 changed files with 54 additions and 35 deletions

View File

@@ -5,6 +5,12 @@
<meta charset="UTF-8">
</head>
<body style="background-color: grey;">
<p>
Server to connect:
<input type="text" id="server-address" value="foxarmy.org"/>
<input type="number" id="server-port" value="7865"/>
<input type="button" id="server-button" value="connect" onclick="connect()">
</p>
<p>
<input type="color" id="color" />
<input type="button" id="submitColor" value="change color" onclick="changeColor()"/>