-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (29 loc) · 1.33 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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Explore Open Water Data</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="static/style/logos/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="static/style/logos/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="static/style/style.css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> -->
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" async></script> -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCpMFq-EDMBo0feck0n_L4fMthl_hI8C0Y" type="text/javascript"></script>
<script src="static/src/lib/ee_api_js.js" async></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71858173-10"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-71858173-10');
</script>
</head>
<body>
<div class="wrapper"></div>
</body>
<script src="static/bundle.js"></script>
</html>