ESP8266 Treppenlichtsteuerung mit OTA zum Firmware Upload
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.

index.html 330B

12345678910111213141516171819
  1. <html>
  2. <head>
  3. <meta http-equiv='refresh' content='5' />
  4. <title>ESP8266 Demo</title>
  5. <style>
  6. body {
  7. background-color: #cccccc;
  8. font-family: Arial, Helvetica, Sans-Serif;
  9. Color: #000088;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <h1>Hello from ESP8266!</h1>
  15. </body>
  16. </html>