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 980B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>My test page</title>
  6. <link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
  7. <link href="styles/style.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <h1>Mozilla is cool</h1>
  11. <p>At Mozilla, we’re a global community of</p>
  12. <ul> <!-- changed to list in the tutorial -->
  13. <li>technologists</li>
  14. <li>thinkers</li>
  15. <li>builders</li>
  16. </ul>
  17. <p>working together to keep the Internet alive and accessible, so people worldwide can be informed contributors and creators of the Web. We believe this act of human collaboration across an open platform is essential to individual growth and our collective future.</p>
  18. <p>Read the <a href="https://www.mozilla.org/en-US/about/manifesto/">Mozilla Manifesto</a> to learn even more about the values and principles that guide the pursuit of our mission.</p>
  19. </body>
  20. </html>