| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>3D Web App</title> | |
| <link rel="stylesheet" href="style.css"> | |
| </head> | |
| <body class="bg-gray-900 text-white"> | |
| <div class="absolute top-5 left-5 z-10"> | |
| <h1 class="text-2xl font-bold">3D Web App</h1> | |
| <p class="text-gray-400">Three.js + Tailwind CSS</p> | |
| </div> | |
| <script type="module" src="script.js"></script> | |
| </body> | |
| </html> | |