-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·44 lines (32 loc) · 1.19 KB
/
index.html
File metadata and controls
executable file
·44 lines (32 loc) · 1.19 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
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta charset="utf-8" />
<title>BMW Location</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<h1>BMW Car Location</h1>
</header>
<section>
<div id="welcome"></div>
<div id="result"></div>
<br/>
<button id="button">Logout</button>
<div id="map"></div>
<div id="result2"></div>
<br/>
<div id="result3"></div>
<br/>
</section>
<footer>
</footer>
<script type="text/javascript" charset="utf-8" src="plugins/jquery.min.js"></script>
<script type="text/javascript" charset="utf-8" src="plugins/jquery.signalR-2.0.2.min.js"></script>
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" charset="utf-8" src="plugins/gmaps.js"></script>
<script type="text/javascript" charset="utf-8" src="https://rawgit.com/i3-hackathon/bmw-js/master/dist/cdn/bmw-js.min.js"></script>
<script type="text/javascript" charset="utf-8" src="src/location.js"></script>
</body>
</html>