| 
									
										
										
										
											2019-01-13 19:09:05 -08:00
										 |  |  | <!doctype html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |     <meta charset="utf-8"> | 
					
						
							|  |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							|  |  |  |     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> | 
					
						
							|  |  |  |     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | 
					
						
							| 
									
										
										
										
											2019-01-18 15:37:53 -08:00
										 |  |  |     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | 
					
						
							|  |  |  |     <link rel="shortcut icon" href="/favicon.ico"> | 
					
						
							| 
									
										
										
										
											2019-01-13 19:09:05 -08:00
										 |  |  |     <title>Login</title> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  |     <body> | 
					
						
							|  |  |  |         <h1>Login Page</h1> | 
					
						
							| 
									
										
										
										
											2019-01-16 22:59:51 -08:00
										 |  |  |         <form method="POST"> | 
					
						
							| 
									
										
										
										
											2019-01-13 19:09:05 -08:00
										 |  |  |             username: <input type="text" name="username" required><br> | 
					
						
							|  |  |  |             password: <input type="password" name="password" required><br> | 
					
						
							|  |  |  |             <input type="submit" name="submit" value="submit"> | 
					
						
							|  |  |  |         </form> | 
					
						
							| 
									
										
										
										
											2019-01-16 23:55:23 -08:00
										 |  |  |         <p id="errorReport"><p> | 
					
						
							| 
									
										
										
										
											2019-01-16 22:59:51 -08:00
										 |  |  |         <script src="login.js"></script> | 
					
						
							| 
									
										
										
										
											2019-01-13 19:09:05 -08:00
										 |  |  |     </body> | 
					
						
							|  |  |  | </html> |