generated from UNDP-Data/undp-visualization-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bfa519
commit 8958540
Showing
49 changed files
with
2,630 additions
and
4,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
.github/workflows/azure-static-web-apps-lemon-tree-0968b0103.yml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
<!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 Exchange</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 id="root"></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
|
||
</html> | ||
<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 Exchange</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-app></div> | ||
<script type="module" src="/src/main.tsx"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.