<html>
  <head>
    <title>Pixelflood Art</title>
  </head>
  <body>
    <script src="js/pixelflood.js"></script>
    <script>
      document.body.append(...PixelfloodApplet());
    </script>
  </body>
</html>