-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex-debug.html
More file actions
31 lines (25 loc) · 1.88 KB
/
index-debug.html
File metadata and controls
31 lines (25 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Purple</title>
<link rel='stylesheet' href='resources/css/app.css' />
<link rel='stylesheet' href='resources/css/screen.css' />
<script>
window.launchStartTime = new Date();
</script>
</head>
<body>
<script src="touch/sencha-touch-all.js"></script>
<script src="util.js"></script>
<script src="GALocalStorage.js"></script>
<script src="resources/json/vehicleList.js"></script>
<script src="app.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCTZNIq1-ETZSwCVtKOLtgGApnXedYATDs&libraries=places"></script>
<script type="text/javascript" src="https://js.stripe.com/v2/"></script>
<script type="text/javascript">
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t){var e=document.createElement("script");e.type="text/javascript";e.async=!0;e.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)};analytics.SNIPPET_VERSION="3.1.0";
}}();
</script>
</body>
</html>