xxxxxxxxxx
18
<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>
<script src="sketch.js"></script>
<h1>Circles Sketch</h1>
<div id="sketch-container"></div>
<p>Move your mouse around to see circles!</p>
<p>Learn more at <a href="https://happycoding.io/tutorials/p5js/web-dev">HappyCoding.io</a>!</p>
</body>
</html>