xxxxxxxxxx
16
<html>
<head>
<script src="https://cdn.rawgit.com/shiffman/The-Nature-of-Code-Examples-p5.js/4b64aba1/chp05_libraries/toxiclibs/NOC_5_10_SimpleSpring/libraries/toxiclibs.js"></script>
<script src="https://cdn.rawgit.com/shiffman/The-Nature-of-Code-Examples-p5.js/4b64aba1/chp05_libraries/toxiclibs/NOC_5_10_SimpleSpring/libraries/toxichelper.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.5/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.5/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.5/addons/p5.sound.min.js"></script>
<script language="javascript" type="text/javascript" src="sketch.js"></script>
<script language="javascript" type="text/javascript" src="particle.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
</body>
</html>