-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (26 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/undp-logo-blue.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>UNDP Data Futures Exchange - Access All Data</title>
<link rel="stylesheet" href="https://use.typekit.net/jtg8msg.css" crossorigin="anonymous"/>
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/mainStyleSheet.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraphingInterface.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraph.css" crossorigin="anonymous">
</head>
<body style="margin: 0; padding: 0">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div data-bucket-embed></div>
<!--
<div data-bucket-country-embed></div>
<div class="signatureSolution~Energy" data-bucket-ss-embed-main></div>
<div class="region~AS" data-bucket-region-embed-main></div>
<div data-bucket-embed></div>
<div data-bucket-embed-topic class="topic~Informal+Economy+Facility"></div>
-->
<script type="module" src="/src/index.tsx"></script>
</body>
</html>