diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-01-25 16:50:57 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-01-25 16:50:57 +0100 |
commit | 01a48de05d2c02f24c81dfbe607bd18145f59983 (patch) | |
tree | 233574907e3d3b2740b8ce369e122b3d227572e6 /index.html | |
parent | 8bd4ac668a1d7b3ed3bc99f41a28337a6cd31344 (diff) |
Add a footer with the future data source
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,9 @@ </article> </article> + <footer> + Weather data by <a href="https://open-meteo.com/">Open-Meteo.com</a> + </footer> </body> </html> |