-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
36 lines (27 loc) · 1019 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
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Impact Analysis Water Cup</title>
<link rel="icon" href="static/src/styles/images/paani-logo-english.png">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<script src="https://maps.googleapis.com/maps/api/js?key={API_KEY}"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-71858173-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-71858173-11');
</script>
</head>
<body>
<div class="wrapper"></div>
<div id="canvas_wrapper"></div>
<div id="final_canvas_wrapper"></div>
</body>
<script src="static/bundle.js"></script>
</html>