-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (22 loc) · 1.05 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
<!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>
<!-- Featured indicators section on the landing page -->
<!-- <div data-bucket-embed-top-card></div> -->
<!-- Main visualization -->
<div data-bucket-embed class="focusArea~Tobacco_control"></div>
<!-- Top Graphs on focus area pages -->
<!-- <div data-bucket-top-graphs-embed class="focusArea~MentalHealth"></div> -->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>