diff options
Diffstat (limited to 'templates/show_entries.html')
-rw-r--r-- | templates/show_entries.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/show_entries.html b/templates/show_entries.html index 5a9d989..572f360 100644 --- a/templates/show_entries.html +++ b/templates/show_entries.html @@ -1,7 +1,13 @@ {% extends "layout.html" %} {% block body %} <figure> - <embed type="image/svg+xml" src="/wgraph.svg" /> + <embed type="image/svg+xml" src="/tgraph.svg" /> + </figure> + <figure> + <embed type="image/svg+xml" src="/hgraph.svg" /> + </figure> + <figure> + <embed type="image/svg+xml" src="/pgraph.svg" /> </figure> <ul class=weather> {% for entry in weather %} |