You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.7KB

  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <meta content="text/html; charset=ISO-8859-1"
  5. http-equiv="content-type">
  6. <meta name = "viewport" content = "width = device-width, initial-scale = 1.0, maximum-scale = 1.0, user-scalable=0">
  7. <title>ESP32 Azure Demo</title>
  8. <style>
  9. body { background-color: #0067B3 ; font-family: Arial, Helvetica, Sans-Serif; Color: #FFFFFF; }
  10. </style>
  11. </head>
  12. <body>
  13. <center>
  14. <div style="text-align: center;">
  15. <h1 style="color:#FFFFFF; font-family:verdana;font-family: verdana;
  16. padding-top: 25px;
  17. padding-bottom: 25px;
  18. font-size: 36px">ESP32 Azure Demo</h1>
  19. <h2 style="color:#FFFFFF;font-family: Verdana;
  20. font: caption;
  21. font-size: 27px;
  22. padding-top: 25px;
  23. padding-bottom: 10px;">Configure DHCP Settings</h2>
  24. <FORM action="/" method="post">
  25. <P >
  26. <label style="font-family:Times New Roman">IPv4 Address</label><br>
  27. <input maxlength="30px" type="text" name="ipv4" style="width: 400px;padding: 5px 10px;margin: 8px 0;display: inline-block;border: 2px solid #3498db;border-radius: 4px;box-sizing: border-box;";><br><br>
  28. <input type="checkbox" name="configure" value="192.168.4.1"> Use Default <br><br>
  29. <INPUT type="submit">
  30. <style>
  31. input[type="submit"]{
  32. background-color: #3498DB;
  33. border: none;
  34. color: white;
  35. padding:15px 48px;
  36. text-align: center;
  37. text-decoration: none;
  38. display: inline-block;
  39. font-size: 16px;
  40. }
  41. </style>
  42. <INPUT type="reset">
  43. <style>
  44. input[type="reset"]{
  45. background-color: #3498DB;
  46. border: none;
  47. color: white;
  48. padding:15px 48px;
  49. text-align: center;
  50. text-decoration: none;
  51. display: inline-block;
  52. font-size: 16px;
  53. }
  54. </style>
  55. </p>
  56. </FORM>
  57. </div>
  58. </center>
  59. </body>