Files
uai-editor/index.html
T
2025-02-16 20:44:55 +08:00

15 lines
573 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>有爱文档(UAI Editor</title>
<link rel="icon" href="/favicon.png" />
</head>
<body>
<div id="uai-editor" style="height: 100vh; overflow: hidden; border: solid 1px var(--uai-border-color)"></div>
<!-- <div id="uai-editor" style="height: 90vh; width: 90vw; overflow: hidden; border: solid 1px var(--uai-border-color)"></div> -->
<script type="module" src="/src/main.ts"></script>
</body>
</html>