Weather dashboard https://natronics.org/weather/
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.

19 lines
446 B

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title><%= htmlWebpackPlugin.options.title %></title>
  6. </head>
  7. <body>
  8. <div class="wrapper">
  9. <header>
  10. <h1 class="title">Weather for <span class="city">Philadelphia, PA</span></h1>
  11. </header>
  12. <svg id="chart"></svg>
  13. </div>
  14. <footer>
  15. <p>Made by natronics in the cold industrial blocks of Philadelphia PA.</p>
  16. </footer>
  17. </body>
  18. </html>