feat: add templates/games support with subpath routing and Docker build integration

This commit is contained in:
Plena Finance Dev
2026-07-09 13:09:22 +05:30
parent 65fdc108a8
commit b842bc678d
12 changed files with 342 additions and 0 deletions

14
games/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>