xxxxxxxxxx
16
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
<title>3D Animation</title>
</head>
<body>
<h1>Canned Good</h1>
<h2>move mouse around to change lighting</h2>
<script src="sketch.js"></script>
</body>
</html>