forked from transistorsoft/background-geolocation-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 798 Bytes
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<style>
.red {
border: 0px solid red;
}
.green {
border: 0px solid green;
}
.blue {
border: 0px solid blue;
}
</style>
<script src="https://maps.googleapis.com/maps/api/js?sensor=true"></script>
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,300,500' rel='stylesheet' type='text/css'>
<link href='css/react-datagrid/index.min.css' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<title>BG Geolocation</title>
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<section id="app"></section>
<script src="js/bundle.js"></script>
</body>
</html>