diff options
author | marwolaethblack <a.unal677@gmail.com> | 2017-11-27 14:14:23 +0100 |
---|---|---|
committer | marwolaethblack <a.unal677@gmail.com> | 2017-11-27 14:14:23 +0100 |
commit | f7e9434a00b9001d16a28f3aaab4d4b0696dc12c (patch) | |
tree | 6dc279bf9e6df0880e0194150f3736bd764fe6b4 /app/Resources | |
parent | 664b85ca0b3ee6bd2ee2e1a28864540ac4bdcbaf (diff) |
air quality index done
Diffstat (limited to 'app/Resources')
-rw-r--r-- | app/Resources/views/default/index.html.twig | 2 |
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> |