| 
									
										
										
										
											2015-09-13 20:25:26 +00:00
										 |  |  | <!doctype html> | 
					
						
							|  |  |  | <html ng-app="laminar"> | 
					
						
							|  |  |  | <head> | 
					
						
							|  |  |  |  <base href="/"> | 
					
						
							|  |  |  |  <meta charset="utf-8"> | 
					
						
							|  |  |  |  <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 
					
						
							|  |  |  |  <meta name="viewport" content="width=device-width, initial-scale=1"> | 
					
						
							| 
									
										
										
										
											2015-09-20 17:57:05 +00:00
										 |  |  |  <link rel="apple-touch-icon-precomposed" href="/favicon-152.png"> | 
					
						
							| 
									
										
										
										
											2015-09-13 20:25:26 +00:00
										 |  |  |  <title>Laminar</title> | 
					
						
							|  |  |  |  <script src="/js/angular.min.js"></script> | 
					
						
							|  |  |  |  <script src="/js/angular-route.min.js"></script> | 
					
						
							|  |  |  |  <script src="/js/angular-sanitize.min.js"></script> | 
					
						
							|  |  |  |  <script src="/js/ansi_up.js" type="text/javascript"></script> | 
					
						
							|  |  |  |  <script src="/js/Chart.min.js"></script> | 
					
						
							|  |  |  |  <script src="/js/Chart.HorizontalBar.js"></script> | 
					
						
							|  |  |  |  <link href="/css/bootstrap.min.css" rel="stylesheet"> | 
					
						
							|  |  |  |  <script src="/js/app.js"></script> | 
					
						
							|  |  |  |  <style> | 
					
						
							|  |  |  |   body, html { height: 100%; } | 
					
						
							| 
									
										
										
										
											2015-09-20 17:57:05 +00:00
										 |  |  |   .navbar-brand { margin: 0 -15px; padding: 7px 15px } | 
					
						
							|  |  |  |   a.navbar-btn { color: #9d9d9d; } | 
					
						
							|  |  |  |   a.navbar-btn.active { color: #fff; } | 
					
						
							|  |  |  |   a.navbar-btn:hover { color: #fff; text-decoration: none; } | 
					
						
							|  |  |  |   a.navbar-btn:focus { color: #fff; } | 
					
						
							| 
									
										
										
										
											2015-09-13 20:25:26 +00:00
										 |  |  |   canvas { | 
					
						
							|  |  |  |    width: 100% !important; | 
					
						
							|  |  |  |    max-width: 800px; | 
					
						
							|  |  |  |    height: auto !important; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |   .progress { | 
					
						
							|  |  |  |    height: 10px; | 
					
						
							|  |  |  |    margin-bottom: 0; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  |  </style> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							|  |  |  |  <nav class="navbar navbar-inverse"> | 
					
						
							|  |  |  |   <div class="container-fluid"> | 
					
						
							| 
									
										
										
										
											2015-09-20 17:57:05 +00:00
										 |  |  |    <div> | 
					
						
							|  |  |  |     <a class="navbar-brand" href="/"><img src="/icon.png"></a> | 
					
						
							|  |  |  |     <a class="btn navbar-btn" href="/jobs">Jobs</a> | 
					
						
							|  |  |  |    </div> | 
					
						
							| 
									
										
										
										
											2015-09-13 20:25:26 +00:00
										 |  |  |   </div> | 
					
						
							|  |  |  |  </nav> | 
					
						
							|  |  |  |  <div ng-view></div> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> | 
					
						
							|  |  |  | 
 |