Initial commit of template

This commit is contained in:
Antigravity
2026-07-16 14:03:58 +05:30
commit 2c0eb2fcc3
9 changed files with 323 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Three.js Game</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://content.trynoah.ai/mg-utils.js"></script>
</body>
</html>