xxxxxxxxxx
18
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.js"></script>
<script src="script.js"></script>
</head>
<body>
<h1>My Sketch</h1>
<div id="sketch-holder"></div>
<p class="description">Move your mouse to move the circle!</p>
</body>
</html>