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 7, 2024
1 parent c02b1ce commit dd161dc
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<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>
.menu-item {
<link rel="stylesheet" href="style.css">
<style>
.menu-item {
background-color: #3498db;
clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
padding: 10px;
Expand All @@ -26,7 +26,7 @@
.hidden-input {
display: none;
}
</style>
</style>
</head>
<body>
<div id="menu-container">
Expand All @@ -47,7 +47,6 @@
</div>
</div>


<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>
Expand All @@ -69,8 +68,5 @@ <h2>Sesión Activa</h2>

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

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

</body>
</html>

0 comments on commit dd161dc

Please sign in to comment.