generated from UNDP-Data/undp-visualization-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (19 loc) · 886 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
<!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.0" />
<title>UNDP Data Futures Platform</title>
<link rel="stylesheet" href="https://use.typekit.net/jtg8msg.css" />
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/mainStyleSheet.css">
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraphingInterface.css">
<link rel="stylesheet" href="https://undp-data.github.io/stylesheets-for-viz/style/StyleForGraph.css">
</head>
<body>
<div data-viz-map id="root"></div>
<!-- <div data-viz-bangladesh id="root"></div> -->
<!-- <div data-viz-assessments id="root"></div> -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>