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

This commit is contained in:
a2a-cloud
2026-07-19 18:55:23 +00:00
parent 9d8524e97d
commit 2c28378786

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>high-utility-one-page-startups-w-e3c7-3 app</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>