AI_PROJECT / index.html
chenchenaoyang's picture
Deploy HF Space with dataset backend
476094d verified
Raw
History Blame Contribute Delete
318 Bytes
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>本地脚本管理台</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/ui-app/main.jsx"></script>
</body>
</html>