Fork of the excellent esp8266-react - https://github.com/rjwats/esp8266-react
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.

16 lines
467 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <link rel="stylesheet" href="%PUBLIC_URL%/css/roboto.css">
  7. <link rel="manifest" href="%PUBLIC_URL%/app/manifest.json">
  8. <title>ESP8266 React</title>
  9. </head>
  10. <body>
  11. <noscript>
  12. You need to enable JavaScript to run this app.
  13. </noscript>
  14. <div id="root"></div>
  15. </body>
  16. </html>