This commit is contained in:
2025-08-27 01:29:24 -04:00
parent 9bb42117e6
commit fd2a756db3
34 changed files with 113 additions and 0 deletions

11
web/public/index.html Normal file
View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Skybridge Shell</title>
</head>
<body>
<div id="root"></div>
</body>
</html>