Rahul Kiran G commited on
Update index.html
Browse files- index.html +6 -7
index.html
CHANGED
|
@@ -9,20 +9,19 @@
|
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/hands/hands.js" crossorigin="anonymous"></script>
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/camera_utils/camera_utils.js" crossorigin="anonymous"></script>
|
| 11 |
|
| 12 |
-
<!-- 2. YOUR CSS FILE (
|
| 13 |
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
| 14 |
|
| 15 |
<style>
|
| 16 |
-
/* This ensures the page isn't white even if the JS fails */
|
| 17 |
body { margin: 0; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; font-family: sans-serif; }
|
| 18 |
-
#loading-msg { position: absolute; color: #666; }
|
| 19 |
</style>
|
| 20 |
</head>
|
| 21 |
<body>
|
| 22 |
-
<div id="loading-msg">Loading AI and 3D Scene...</div>
|
| 23 |
<div id="root"></div>
|
| 24 |
|
| 25 |
-
<!-- 3. YOUR JS FILE (
|
| 26 |
-
<script type="module" crossorigin src="./assets/index-
|
| 27 |
</body>
|
| 28 |
</html>
|
|
|
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/hands/hands.js" crossorigin="anonymous"></script>
|
| 10 |
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/camera_utils/camera_utils.js" crossorigin="anonymous"></script>
|
| 11 |
|
| 12 |
+
<!-- 2. YOUR CSS FILE (Updated to match your screenshot) -->
|
| 13 |
+
<link rel="stylesheet" crossorigin href="./assets/index-DQ3P1g1z.css">
|
| 14 |
|
| 15 |
<style>
|
|
|
|
| 16 |
body { margin: 0; background-color: #f0f0f0; display: flex; justify-content: center; align-items: center; height: 100vh; font-family: sans-serif; }
|
| 17 |
+
#loading-msg { position: absolute; color: #666; font-size: 18px; }
|
| 18 |
</style>
|
| 19 |
</head>
|
| 20 |
<body>
|
| 21 |
+
<div id="loading-msg">Loading AI and 3D Scene... Please wait.</div>
|
| 22 |
<div id="root"></div>
|
| 23 |
|
| 24 |
+
<!-- 3. YOUR JS FILE (Updated to match your screenshot) -->
|
| 25 |
+
<script type="module" crossorigin src="./assets/index-Dn7WbmyV.js"></script>
|
| 26 |
</body>
|
| 27 |
</html>
|