File size: 380 Bytes
c76cc0d
 
 
 
 
faa0795
c76cc0d
faa0795
c76cc0d
 
e7e15f5
c76cc0d
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>