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 67a3c0f commit a5799b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
body { margin: 0; overflow: hidden; }
canvas { display: block; }
</style>
<!-- CDN de Three.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.138.3/three.min.js"></script>
</head>
<body>
<script type="module" src="./js/main.js"></script>
<script src="./js/lobby.js"></script>
</body>
</html>

0 comments on commit a5799b9

Please sign in to comment.