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 d8aba27 commit 33de7ce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Firebase + Three.js</title>
<style>
<link rel="stylesheet" href="style.css">
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
Expand All @@ -25,6 +26,13 @@
</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>
<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 Down

0 comments on commit 33de7ce

Please sign in to comment.