Files
sgg-sgg-ai-skill-manage-win…/frontend/index.html
2026-05-13 16:11:29 +08:00

14 lines
291 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>sgg-ai-skill-manager</title>
</head>
<body>
<div id="root"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>