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.

20 lines
507 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Weather for Philadelphia, PA</title>
  5. <link rel="stylesheet" type="text/css" href="style.css" >
  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. <script src="main.js"></script>
  18. </body>
  19. </html>