aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authormarwolaethblack <a.unal677@gmail.com>2017-11-27 14:14:23 +0100
committermarwolaethblack <a.unal677@gmail.com>2017-11-27 14:14:23 +0100
commitf7e9434a00b9001d16a28f3aaab4d4b0696dc12c (patch)
tree6dc279bf9e6df0880e0194150f3736bd764fe6b4 /app
parent664b85ca0b3ee6bd2ee2e1a28864540ac4bdcbaf (diff)
air quality index done
Diffstat (limited to 'app')
-rw-r--r--app/Resources/views/default/index.html.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig
index 36180cb..1ec4bd6 100644
--- a/app/Resources/views/default/index.html.twig
+++ b/app/Resources/views/default/index.html.twig
@@ -17,6 +17,8 @@
</tr>
</table>
</div>
+ <p id="aq"></p>
+ <img src="https://www.ourair.org/wp-content/uploads/AQItable.gif">
{% endblock %}
{% block javascripts %}
<script src="{{ asset('js/realtime.js') }}"></script>