xxxxxxxxxx
18
<html lang="en">
<head>
<meta charset="UTF-8">
<title>p5.js Project</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<!-- Include the p5.sound library -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
</head>
<body>
<script src="sketch.js"></script>
<script src="drawing.js"></script>
<script src="sound.js"></script>
<script src="interaction.js"></script>
<script src="stringBody.js"></script>
</body>
</html>