<!doctype html>
<html>
	<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width" />
		<title>p5.js Critical AI Kit</title>
		<link rel="stylesheet" href="style.css" />
        <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.10.0/p5.min.js"></script>
	</head>
	<body>
      <script type="module" src="sketch.js"></script>
	</body>
</html>