generated from template/vite-react-template
34 lines
629 B
HTML
34 lines
629 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite + React + TS</title>
|
|
<style>
|
|
iframe {
|
|
width: 784px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
#root {
|
|
width: 784px;
|
|
min-height: 100px;
|
|
}
|
|
|
|
.MenuBar-LogoLink_embedded-Yljpv {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root">
|
|
<div id="editor"></div>
|
|
<div id="actions"></div>
|
|
</div>
|
|
<script type="module" src="/src/demo2/main.ts"></script>
|
|
</body>
|
|
|
|
</html> |