Files
OpenAvatarChat-WebUI/index.html
bingochaos 3fddf021be Init frontend (#1)
更新静态资源
2025-08-07 18:18:54 +08:00

14 lines
258 B
HTML

<!DOCTYPE html>
<html lang="en" data-prefers-color-scheme="light">
<head>
<meta charset="UTF-8" />
<title>OpenAvatarChat</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>