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 94642e7 commit 0d01092
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<title>Firebase + Three.js</title>
</head>
<body>
<script type="module" src="js/app.js"></script>
<script type="module" src="js/characterCreator.js"></script>
<script type="module" src="js/three-scene.js"></script>
<h1>Firebase + Three.js</h1>

<h2>Registro</h2>
Expand All @@ -25,8 +28,6 @@ <h2>Sesión Activa</h2>
<div id="messages"></div>

<!-- Incluye los scripts desde la carpeta js -->
<script type="module" src="js/app.js"></script>
<script type="module" src="js/characterCreator.js"></script>
<script type="module" src="js/three-scene.js"></script>

</body>
</html>

0 comments on commit 0d01092

Please sign in to comment.