This commit is contained in:
2024-12-01 23:58:21 +08:00
parent 5567c62d53
commit 5f28d4a149
22 changed files with 1414 additions and 3 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Browser Apps</title>
</head>
<body>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>