xxxxxxxxxx
19
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<h1>Sketch title</h1>
<div id="container">
<!--sketch will be inserted here, as done in setup() in sketch.js-->
</div>
<p>This is a paragraph element.</p>
<script src="sketch.js"></script>
</body>
</html>