Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 5, 2024
1 parent bdf2cb4 commit 80e3b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1>Mundo Interactivo 3D</h1>
<canvas id="threeCanvas"></canvas>

<!-- Carga de tus scripts -->
<script src="js/firebase-config.js"></script> <!-- Configuración de Firebase -->
<script src="js/app.js"></script> <!-- Lógica de la aplicación 3D -->
<script type="module" src="js/firebase-config.js"></script>
<script type="module" src="js/app.js"></script><!-- Lógica de la aplicación 3D -->
</body>
</html>

0 comments on commit 80e3b32

Please sign in to comment.