Skip to content

Commit

Permalink
add_html (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Kuznecov <[email protected]>
  • Loading branch information
Kuznecoff and Andrey Kuznecov authored Dec 7, 2023
1 parent 7eb2573 commit 56215f7
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions src/custom-user-datasets/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/mapgl-examples/custom-user-datasets/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Custom users datasets - Demo"/><link rel="apple-touch-icon" href="/mapgl-examples/custom-user-datasets/logo192.png"/><link rel="manifest" href="/mapgl-examples/custom-user-datasets/manifest.json"/>
<script src="../sourcebutton.js"></script>
<title>Color buildings</title>
<meta name="description" content="Example of using featureState to color buildings" />
<meta name="category" content="Common" /><script defer="defer" src="/mapgl-examples/custom-user-datasets/static/js/main.d674e2bd.js"></script><link href="/mapgl-examples/custom-user-datasets/static/css/main.ea5b1f40.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="../favicon.png" />
<script src="../sourcebutton.js"></script>

<title>Custom users datasets</title>
<meta name="description" content="Example of using custom user sources" />
<meta name="category" content="Common" />
</head>
<body>
<div id="root"></div>
<script src="./static/js/main.d674e2bd.js"></script>
<link href="./static/css/main.ea5b1f40.css" rel="stylesheet">
</body>
</html>

0 comments on commit 56215f7

Please sign in to comment.