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 6, 2024
1 parent 83b7997 commit 194b7ee
Showing 1 changed file with 0 additions and 65 deletions.
65 changes: 0 additions & 65 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,58 +48,6 @@ <h2>Registro</h2>
<input type="password" id="register-password" placeholder="Contraseña">
<button onclick="handleRegister()">Registrarse</button>

<h2>Inicio de Sesión</h2>
<input type="email" id="login-email" placeholder="Correo">
<input type="passwo<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Firebase + Three.js</title>
<link rel="stylesheet" href="style.css">
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
}
.screen {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
color: #fff;
}
.active {
display: block;
}
</style>
</head>
<body>
<div id="menu-container">
<ul>
<li>Opción 1</li>
<li>Opción 2</li>
<li>Opción 3</li>
</ul>
</div>
<div id="menu-button">Abrir Menú</div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js"></script>
<script>
<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>
<script type="module" src="js/menu.js"></script>
<h1>Firebase + Three.js</h1>

<h2>Registro</h2>
<input type="email" id="register-email" placeholder="Correo">
<input type="password" id="register-password" placeholder="Contraseña">
<button onclick="handleRegister()">Registrarse</button>

<h2>Inicio de Sesión</h2>
<input type="email" id="login-email" placeholder="Correo">
<input type="password" id="login-password" placeholder="Contraseña">
Expand All @@ -115,16 +63,3 @@ <h2>Sesión Activa</h2>

</body>
</html>
rd" id="login-password" placeholder="Contraseña">
<button onclick="handleLogin()">Iniciar Sesión</button>

<h2>Sesión Activa</h2>
<button onclick="handleLogout()">Cerrar Sesión</button>

<!-- Contenedor para mensajes -->
<div id="messages"></div>

<!-- Incluye los scripts desde la carpeta js -->

</body>
</html>

0 comments on commit 194b7ee

Please sign in to comment.