Style moved

This commit is contained in:
Andrea Bianchi
2026-03-14 12:19:26 +09:00
parent c9853c3aa3
commit 0e58b35db7
2 changed files with 25 additions and 23 deletions

View File

@@ -1,11 +1,12 @@
<!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" />
<link rel="stylesheet" type="text/css" href="./assets/style.css" />
<meta charset="utf-8" />
</head>
@@ -25,4 +26,5 @@
</ul>
</div>
</body>
</html>