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.

10 lines
167 B

6 years ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Getting Started</title>
  5. </head>
  6. <body>
  7. <svg id="chart"></svg>
  8. <script src="main.js"></script>
  9. </body>
  10. </html>