16 lines
		
	
	
		
			504 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			504 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  |   <head> | ||
|  |     <meta charset="UTF-8"> | ||
|  |   </head> | ||
|  |   <body> | ||
|  |     <form id="passwordForm" autocomplete="off"> | ||
|  |       Username <input type="text" id="gPassUsername" autofocus></input><br/> Master key <input type="password" id="gPassMasterKey"/><br/> | ||
|  |       <input id="getButton" type="submit" value="Get"/> <a id="serverLink" href="">Your server</a> | ||
|  |     </form> | ||
|  |     <script src="misc.js"></script> | ||
|  |     <script src="compat.js"></script> | ||
|  |     <script src="popup.js"></script> | ||
|  |   </body> | ||
|  | </html> |