first commit

This commit is contained in:
Andrea Bianchi
2026-03-10 18:27:34 +09:00
commit 631b053c8c
14 changed files with 90313 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<script src="js/p5.js"></script>
<script src="js/p5.dom.min.js"></script>
<script src="js/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
<meta charset="utf-8" />
</head>
<body>
<script src="main.js"></script>
</body>
</html>