comparison 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
comparison
equal deleted inserted replaced
11:52ef21607b31 12:9e6289598d8c
37 </span> 37 </span>
38 </p> 38 </p>
39 {% else %} 39 {% else %}
40 <p id="big-question-mark">?</p> 40 <p id="big-question-mark">?</p>
41 {% endif %} 41 {% endif %}
42 <script src="{{ url_for('static', filename='script.js') }}"></script>
42 </body> 43 </body>
43 </html> 44 </html>