xxxxxxxxxx
15
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Position Tracker</h1>
<p>X <progress id="x" value="0" max="300"></p>
<p>Y <progress id="y" value="0" max="300"></p>
<script src="sketch.js"></script>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js"></script>
</html>