<!DOCTYPE html>
<html>
   <head>
      <meta name="viewport" content="width=device-width, initial-scale=1">
      <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>Nexboot Network Bootloader for ESP32</h1>
      <div>Select binary firmware to upload</div>
	   <form name="fw_upload" action="/" method="POST" enctype="multipart/form-data">
		   <input type="file" name="fw">
         <input type="submit" value="upload">
		</form>
      <br>
      <div><a href=/reboot>REBOOT</a></div>
   </body>
</html>