added server option
This commit is contained in:
		@@ -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()"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user