<html> <head> <title>A Processing.js Example</title> </head> <body> <h1>A Processing.js Example</h1> <script type="text/javascript" src="node_modules/p5/lib/p5.min.js"></script> <script type="text/javascript" src="bundle.js"></script> </html>