| 
									
										
										
										
											2018-12-20 11:46:26 -06:00
										 |  |  | <!doctype html> | 
					
						
							| 
									
										
										
										
											2018-12-20 01:42:02 -06:00
										 |  |  | <html lang="en"> | 
					
						
							|  |  |  | <head> | 
					
						
							| 
									
										
										
										
											2019-01-13 15:26:04 -08:00
										 |  |  |     <meta charset="utf-8"> | 
					
						
							| 
									
										
										
										
											2019-01-18 15:37:53 -08:00
										 |  |  |     <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							| 
									
										
										
										
											2019-01-19 00:09:27 -08:00
										 |  |  |     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous"> | 
					
						
							| 
									
										
										
										
											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://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 15:26:04 -08:00
										 |  |  |     <title>Reimbursinator</title> | 
					
						
							| 
									
										
										
										
											2018-12-20 01:42:02 -06:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2019-01-19 00:09:27 -08:00
										 |  |  |     <nav class="navbar navbar-expand-sm navbar-dark bg-primary"> | 
					
						
							|  |  |  |         <a class="navbar-brand" href="#">Reimbursinator</a> | 
					
						
							|  |  |  |         <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsing-index-navbar"> | 
					
						
							|  |  |  |             <span class="navbar-toggler-icon"></span> | 
					
						
							|  |  |  |         </button> | 
					
						
							|  |  |  |         <div class="collapse navbar-collapse" id="collapsing-index-navbar"> | 
					
						
							|  |  |  |             <ul class="navbar-nav ml-auto"> | 
					
						
							|  |  |  |                 <li class="nav-item"> | 
					
						
							|  |  |  |                     <a class="nav-link" href="login.html"> | 
					
						
							|  |  |  |                         <i class="fas fa-sign-in-alt"></i> | 
					
						
							|  |  |  |                         Log in | 
					
						
							|  |  |  |                     </a> | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |                 <li class="nav-item"> | 
					
						
							|  |  |  |                     <a class="nav-link" href="signup.html"> | 
					
						
							|  |  |  |                         <i class="fas fa-user-plus"></i> | 
					
						
							|  |  |  |                         Sign up | 
					
						
							|  |  |  |                     </a> | 
					
						
							|  |  |  |                 </li> | 
					
						
							|  |  |  |             </ul> | 
					
						
							|  |  |  |         </div> | 
					
						
							|  |  |  |     </nav> | 
					
						
							| 
									
										
										
										
											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"> | 
					
						
							| 
									
										
										
										
											2019-01-19 00:09:27 -08:00
										 |  |  |                 <a class="nav-link" href="login.html">Log in</a> | 
					
						
							| 
									
										
										
										
											2019-01-13 09:42:48 -08:00
										 |  |  |             </li> | 
					
						
							|  |  |  |         </ul> | 
					
						
							|  |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2018-12-20 01:42:02 -06:00
										 |  |  | </body> | 
					
						
							| 
									
										
										
										
											2019-01-12 15:08:02 -08:00
										 |  |  | </html> |