| 
									
										
										
										
											2018-12-20 11:46:26 -06:00
										 |  |  | <!doctype html> | 
					
						
							| 
									
										
										
										
											2018-12-20 01:42:02 -06:00
										 |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  | 	<meta charset="utf-8"> | 
					
						
							|  |  |  | 	<meta name="viewport" content="initial-scale=1, width=device-width"> | 
					
						
							| 
									
										
										
										
											2019-01-13 14:55:07 -08:00
										 |  |  |     <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> | 
					
						
							|  |  |  |     <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> | 
					
						
							|  |  |  |     <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | 
					
						
							| 
									
										
										
										
											2018-12-20 01:42:02 -06:00
										 |  |  | 	<title>Reimbursinator</title> | 
					
						
							| 
									
										
										
										
											2018-12-20 11:46:26 -06:00
										 |  |  | 	<link rel="shortcut icon" href="/favicon.ico" /> | 
					
						
							| 
									
										
										
										
											2018-12-20 01:42:02 -06:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2019-01-13 15:12:25 -08:00
										 |  |  |     <div class="container"> | 
					
						
							|  |  |  |         <div class="jumbotron"> | 
					
						
							|  |  |  |             <h1>Reimbursinator</h1> | 
					
						
							| 
									
										
										
										
											2019-01-13 15:13:26 -08:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2019-01-13 09:42:48 -08:00
										 |  |  |         <ul class="nav nav-tabs"> | 
					
						
							|  |  |  |             <li class="nav-item"> | 
					
						
							|  |  |  |                 <a class="nav-link active" href="signup.html">Sign up</a> | 
					
						
							|  |  |  |             </li> | 
					
						
							|  |  |  |             <li class="nav-item"> | 
					
						
							|  |  |  |                 <a class="nav-link" href="login.html">Login</a> | 
					
						
							|  |  |  |             </li> | 
					
						
							|  |  |  |         </ul> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2018-12-20 01:42:02 -06:00
										 |  |  | </body> | 
					
						
							| 
									
										
										
										
											2019-01-12 15:08:02 -08:00
										 |  |  | </html> |