-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
32 lines (26 loc) · 1.06 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>Demand and Supply simulation using Appbase.io</title>
<meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=AIzaSyC-v0oz7Pay_ltypZbKasABXGiY9NlpCIY&callback="></script>
<link rel="stylesheet" href="assets/styles/style.css"></style>
</head>
<body>
<div id="floating-panel"></div>
<div id="app">
<!-- React magic will happen here! -->
</div>
<div id="over_map">
<img src="images/surge-meter.png" border-radius: 8px border="0" height="75px" width="200px"/</a>
</div>
<script src="dist/index.js"></script>
</body>
</html>