pivot-editor/index.html

23 lines
596 B
HTML
Raw Normal View History

2021-05-29 17:09:14 -04:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script type="importmap">
{
"imports":
{
2022-04-09 13:01:33 -04:00
"react": "https://esm.sh/react@18",
"react-dom/client": "https://esm.sh/react-dom/client",
"@emotion": "https://esm.sh/@emotion",
"@emotion/": "https://esm.sh/@emotion/",
"htm": "https://esm.sh/htm/react"
}
}
</script>
2021-05-29 17:09:14 -04:00
</head>
<body>
<div id="app"></div>
2022-04-09 13:01:33 -04:00
<script type="module" src="./src/app.js"></script>
2021-05-29 17:09:14 -04:00
</body>
</html>