| 
									
										
										
										
											2015-10-26 13:48:33 -07:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <html> | 
					
						
							|  |  |  |   <head> | 
					
						
							|  |  |  |     <title>Authenticator - Daplie, Inc</title> | 
					
						
							|  |  |  |     <meta charset="UTF-8"> | 
					
						
							|  |  |  |     <!--meta name="viewport" content="width=device-width, user-scalable=no" /--> | 
					
						
							|  |  |  |     <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src 'self' https://chart.googleapis.com/ data:; child-src 'self'; object-src 'none'"> | 
					
						
							|  |  |  |     <link rel="stylesheet" type="text/css" href="style.css"> | 
					
						
							|  |  |  |   </head> | 
					
						
							|  |  |  |   <body class="fade"> | 
					
						
							|  |  |  |     <div class="phone-screen"> | 
					
						
							|  |  |  |       <div class="logo"></div> | 
					
						
							|  |  |  |       <div class="token-issuer uppercase">your <span class="js-issuer">Company</span> token is:</div> | 
					
						
							|  |  |  |       <div class="token-phone"> <span class="js-token">--- ---</span> </div> | 
					
						
							|  |  |  |       <div class="js-countdown countdown"></div> | 
					
						
							|  |  |  |       <div class="js-account-name account-name">123@abc.xyz</div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- extremely lightweight shim for hex conversion --> | 
					
						
							|  |  |  |     <script src="bower_components/unibabel/index.js"></script> | 
					
						
							|  |  |  |     <script src="bower_components/unibabel/unibabel.hex.js"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- base32 conversion (and binary string for forge) (works standalone from the above) --> | 
					
						
							|  |  |  |     <script src="bower_components/unibabel/unibabel.base32.js"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-28 10:48:54 -06:00
										 |  |  |     <!-- forge.* --> | 
					
						
							|  |  |  |     <script src="bower_components/forge/dist/forge.min.js"></script> | 
					
						
							| 
									
										
										
										
											2015-10-26 13:48:33 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <!-- botp.totp --> | 
					
						
							|  |  |  |     <script src="bower_components/botp/sha1-hmac.js"></script> | 
					
						
							|  |  |  |     <script src="bower_components/botp/index.js"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- Authenticator --> | 
					
						
							| 
									
										
										
										
											2015-11-03 00:24:16 -08:00
										 |  |  |     <script src="../authenticator.js"></script> | 
					
						
							| 
									
										
										
										
											2015-10-26 13:48:33 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <script src="jquery-2.0.0.min.js" type="text/javascript"></script> | 
					
						
							|  |  |  |     <script src="jquery.countdown.js" type="text/javascript"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <!-- The Magic --> | 
					
						
							| 
									
										
										
										
											2015-10-26 13:51:37 -07:00
										 |  |  |     <script src="phone.js" type="text/javascript"></script> | 
					
						
							| 
									
										
										
										
											2015-10-26 13:48:33 -07:00
										 |  |  |   </body> | 
					
						
							|  |  |  | </html> |