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.

18 lines
419 B

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