23 lines
596 B
HTML
Executable File
23 lines
596 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<script type="importmap">
|
|
{
|
|
"imports":
|
|
{
|
|
"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>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="./src/app.js"></script>
|
|
</body>
|
|
</html>
|