16 lines
		
	
	
		
			445 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			445 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
|  | <!DOCTYPE html> | ||
|  | <html> | ||
|  |   <head> | ||
|  |     <title>BOTP Test</title> | ||
|  |     <meta charset="UTF-8"> | ||
|  |   </head> | ||
|  |   <body> | ||
|  |     <script src="bower_components/unibabel/index.js"></script> | ||
|  |     <script src="bower_components/unibabel/unibabel.hex.js"></script> | ||
|  |     <script src="bower_components/unibabel/unibabel.base32.js"></script> | ||
|  |     <script src="sha1-hmac.js"></script> | ||
|  |     <script src="index.js"></script> | ||
|  |     <script src="test.js"></script> | ||
|  |   </body> | ||
|  | </html> |