16 lines
		
	
	
		
			441 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			441 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h1>Forgot Password</h1>
 | 
						|
 | 
						|
<script type="text/javascript" src="/js/carrack.js"></script>
 | 
						|
 | 
						|
<!-- FORM -->
 | 
						|
<input required type="email"    id="form-email"     placeholder="Email"> <br>
 | 
						|
 | 
						|
<button onclick="onSubmit()">Submit</button>
 | 
						|
 | 
						|
<!-- RESPONSE -->
 | 
						|
<div id="alert-response" role="alert">
 | 
						|
  <b id="alert-status">Loading...</b> <span id="alert-desc">Please wait...</span>
 | 
						|
</div>
 | 
						|
 | 
						|
<script type="text/javascript" src="/js/auth/forgot.js"></script>
 |