index.html 272 B

123456789
  1. <html>
  2. <head>
  3. <title>A Processing.js Example</title>
  4. </head>
  5. <body>
  6. <h1>A Processing.js Example</h1>
  7. <script type="text/javascript" src="node_modules/p5/lib/p5.min.js"></script>
  8. <script type="text/javascript" src="bundle.js"></script>
  9. </html>