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 3, 2024
1 parent b6d5c72 commit 9b243e8
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Juego de Color y Temores</title>
<link rel="stylesheet" href="styles.css">
<!-- Importar Three.js 0.138.3 -->
<title>Three.js RPG Modular</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.138.3/three.min.js"></script>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="scene-container">
<canvas id="canvas"></canvas>
</div>

<!-- Contenedor del Lobby (inicial) -->
<div id="lobby-container">
<h1>Bienvenido al Juego de Color y Temores</h1>
<button id="start-game-button">Empezar Juego</button>
<button id="options-button">Opciones</button>
</div>

<!-- Contenedor del Cuestionario -->
<div id="quiz-container" style="display: none;">
<!-- El cuestionario se inyectará aquí desde cuestionario.js -->
</div>

<!-- Añadir scripts -->
<script src="lobby.js"></script>
<script src="cuestionario.js"></script>

</body>
</html>

0 comments on commit 9b243e8

Please sign in to comment.