| 
									
										
										
										
											2019-04-27 00:33:28 -06:00
										 |  |  | <!DOCTYPE html> | 
					
						
							|  |  |  | <!-- This Source Code Form is subject to the terms of the Mozilla Public
 | 
					
						
							|  |  |  |    - License, v. 2.0. If a copy of the MPL was not distributed with this | 
					
						
							|  |  |  |    - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 
					
						
							|  |  |  | <meta charset="utf-8"> | 
					
						
							|  |  |  | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover"> | 
					
						
							|  |  |  | <meta name="apple-mobile-web-app-capable" content="yes"> | 
					
						
							|  |  |  | <meta name="theme-color" content="#ff9500"> | 
					
						
							|  |  |  | <link rel="icon" href="img/logo.svg"> | 
					
						
							|  |  |  | <link rel="stylesheet" href="fonts/material/Material_Icons.css"> | 
					
						
							|  |  |  | <link rel="stylesheet" href="fonts/roboto/Roboto.css"> | 
					
						
							| 
									
										
										
										
											2019-04-29 17:14:11 -06:00
										 |  |  | <link rel="stylesheet" href="fonts/game-icons/game-icons.css"> | 
					
						
							| 
									
										
										
										
											2019-04-27 00:33:28 -06:00
										 |  |  | <link rel="stylesheet" href="node_modules/framework7/css/framework7.bundle.min.css"> | 
					
						
							|  |  |  | <link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css"> | 
					
						
							|  |  |  | <link rel="stylesheet" href="node_modules/mapbox-gl/dist/mapbox-gl.css"> | 
					
						
							|  |  |  | <link rel="stylesheet" href="css/app.css"> | 
					
						
							|  |  |  | <link rel="stylesheet" href="css/home.css"> | 
					
						
							|  |  |  | <link rel="stylesheet" href="css/map.css"> | 
					
						
							| 
									
										
										
										
											2019-04-29 17:14:11 -06:00
										 |  |  | <link rel="stylesheet" href="css/inventory.css"> | 
					
						
							| 
									
										
										
										
											2019-04-27 00:33:28 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  | <title>TerranQuest</title> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div id="app" class="color-theme-green theme-dark"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div class="view view-main"></div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script src="cordova.js"></script> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <script src="node_modules/jquery/dist/jquery.min.js"></script> | 
					
						
							|  |  |  | <script src="node_modules/framework7/js/framework7.bundle.min.js"></script> | 
					
						
							|  |  |  | <script src="node_modules/mapbox-gl/dist/mapbox-gl.js"></script> | 
					
						
							| 
									
										
										
										
											2019-05-23 23:32:26 -06:00
										 |  |  | <script src="node_modules/jdenticon/dist/jdenticon.min.js"></script> | 
					
						
							| 
									
										
										
										
											2019-04-27 00:33:28 -06:00
										 |  |  | 
 | 
					
						
							|  |  |  | <script src="settings.js"></script> | 
					
						
							|  |  |  | <script src="js/api.js"></script> | 
					
						
							|  |  |  | <script src="routes.js"></script> | 
					
						
							| 
									
										
										
										
											2019-05-24 00:25:05 -06:00
										 |  |  | <script src="js/usericons.js"></script> | 
					
						
							| 
									
										
										
										
											2019-04-27 00:33:28 -06:00
										 |  |  | <script src="js/platform.js"></script> | 
					
						
							|  |  |  | <script src="js/main.js"></script> |