35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <script src="js/handlers.js"></script>
 | |
|     <link href='https://fonts.googleapis.com/css?family=Lato:400,100,300,100italic,300italic' rel='stylesheet' type='text/css'>
 | |
|     <link rel="stylesheet" href="css/bootstrap.css"></script>
 | |
|     <link rel="stylesheet" href="css/boilerplate.css"></script>
 | |
|     <link rel="stylesheet" href="css/styles.css"></script>
 | |
|     <link rel="stylesheet" href="css/fontello/css/animation.css"></script>
 | |
|     <link rel="stylesheet" href="css/fontello/css/elodie.css"></script>
 | |
|   </head>
 | |
|   <body> 
 | |
|     <div class="titlebar">
 | |
|       <!--<a href="" class="left quit quitProgram"><i class="icon-cancel-circle"></i></a>
 | |
|         <a href="" class="left minus minimizeProgram"><i class="icon-minus-circle"></i></a>-->
 | |
|       How can I help you? <em>-- Elodie</em><i></i>
 | |
|     </div>
 | |
|     <form class="updateConfig" action="" method="post">
 | |
|       <div class="content">
 | |
|         <p>
 | |
|           Doesn't look like you have a MapQuest API key. Get one for free <a href="#" class="launchUrl" data-url="https://developer.mapquest.com/plan_purchase/steps/business_edition/business_edition_free">here</a>.
 | |
|         </p>
 | |
|         <div class="location">
 | |
|           <label for="mapquest-api-key-field"><i class="icon-map"></i>MapQuest API Key</label>
 | |
|           <input id="mapquest-api-key-field" type="text" placeholder="i.e. pzjNKTtTjLydLtxUBwdgKAIC8OQbGLUy">
 | |
|           <button type="submit" class="push">Get Started<i></i></button>
 | |
|         </div>
 | |
|       </div>
 | |
|     </form>
 | |
|     <script>
 | |
|       document.getElementById('location-field').focus();
 | |
|     </script>
 | |
|   </body>
 | |
| </html>
 | |
| 
 | 
