Files
sakanana/preview.html
0nepeop1e 2efae7c0f0
Some checks failed
release / release (push) Has been cancelled
init
2025-06-11 16:21:08 +08:00

13 lines
283 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chat</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/preview/main.ts"></script>
</body>
</html>