You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							29 lines
						
					
					
						
							766 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							29 lines
						
					
					
						
							766 B
						
					
					
				| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
|   <meta charset="UTF-8"> | |
|   <title>COZe</title> | |
|   <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body style="text-align: center"> | |
| 
 | |
|     <div id="controls"> | |
|         <select id="gotoCloud"> | |
|             <option value="0">0</option> | |
|             <option value="1">1</option> | |
|             <option value="2">2</option> | |
|             <option value="3">3</option> | |
|             <option value="4">4</option> | |
|             <option value="5">5</option> | |
|         </select> | |
| 
 | |
|         <button id="reset">Reset</button> | |
| 
 | |
|         <input id="message" type="text" > | |
|     </div> | |
| 
 | |
|   <script src="https://code.jquery.com/jquery-latest.min.js"></script> | |
|   <script src="/socket.io/socket.io.js"></script> | |
|   <script src="/control.js"></script> | |
| </body> | |
| </html>
 |