The esp8266 portion of the project
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.

23 lines
813 B

  1. <html>
  2. <head>
  3. <title>Settings update successful</title>
  4. <link href='main.css' rel='stylesheet' type='text/css'>
  5. <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
  6. <link rel="icon" type="image/png" sizes="144x144" href="/favicon-144x144.png">
  7. <link rel="icon" type="image/png" sizes="48x48" href="/favicon.ico">
  8. <link rel="manifest" href="/manifest.json">
  9. <meta name="theme-color" content="#00878f">
  10. <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'>
  11. </head>
  12. <body>
  13. <center>
  14. <header>
  15. <h1>Success</h1>
  16. </header>
  17. <div>
  18. <p>Settings changed successfully.</p>
  19. <a class="button" href="/">Back</a>
  20. </div>
  21. </center>
  22. </body>
  23. </html>