reboot.html 465 Bytes
<!DOCTYPE html>
<html>
   <head>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <meta http-equiv="refresh" content="10;url=/">
      <style type="text/css">
         html, body, iframe { margin: 0; padding: 0; height: 100%; }
         iframe { display: block; width: 100%; border: none; }
      </style>
      <title>Nexboot Network Bootloader for ESP32</title>
   </head>
   <body>
      <h1>Rebooting...</h1>
   </body>
</html>