p5jsTutorial1 / index.html
sarahciston's picture
Add p5.js library
faa0795 verified
raw
history blame
380 Bytes
<!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>