Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Jul 10, 2024
1 parent f62c391 commit 63d8ba4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion threejs/particle-life/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand All @@ -18,6 +19,7 @@
</script>

</head>

<body>

<div class="footer">
Expand Down Expand Up @@ -56,6 +58,7 @@

<script type="module" crossorigin src="main.js"></script>
<script src="music.js"></script>

</body>

</html>

0 comments on commit 63d8ba4

Please sign in to comment.