Mercurial > personal > weather-server
diff weather_server/templates/location.html @ 12:9e6289598d8c
Add script to draw charts with initial functions.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Sun, 06 Oct 2019 15:21:03 -0400 |
parents | d54155a199d8 |
children | 4eaa9d69c4e2 |
line wrap: on
line diff
--- a/weather_server/templates/location.html Sun Oct 06 13:11:11 2019 -0400 +++ b/weather_server/templates/location.html Sun Oct 06 15:21:03 2019 -0400 @@ -39,5 +39,6 @@ {% else %} <p id="big-question-mark">?</p> {% endif %} + <script src="{{ url_for('static', filename='script.js') }}"></script> </body> </html>