a2a-source-edit: write frontend/index.html

This commit is contained in:
a2a-cloud
2026-07-18 09:19:24 +00:00
parent 0a84b03cd6
commit d78c7bd1cf

12
frontend/index.html Normal file
View File

@@ -0,0 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>launch-check-studio-v1 app</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>