diff options
| author | Shadify <boomkin1234@hotmail.com> | 2017-12-01 08:51:24 +0100 | 
|---|---|---|
| committer | Shadify <boomkin1234@hotmail.com> | 2017-12-01 08:51:24 +0100 | 
| commit | 0f5659465584b5ef9fcbec26ea695fe3f1af9012 (patch) | |
| tree | 55daf5da3719e115050bf2f43f4590f07aeb71cf /app | |
| parent | 491eb42cd125b76f96d4f906c3822202d55395a1 (diff) | |
Sorted all data
Diffstat (limited to 'app')
| -rw-r--r-- | app/Resources/views/default/index.html.twig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/Resources/views/default/index.html.twig b/app/Resources/views/default/index.html.twig index 684393d..7882c26 100644 --- a/app/Resources/views/default/index.html.twig +++ b/app/Resources/views/default/index.html.twig @@ -18,6 +18,7 @@          </table>      </div>      <a href="/AllDataReadings">All Data Page</a> +      <p id="aq">{{ Aqi }}</p>      <img src="https://www.ourair.org/wp-content/uploads/AQItable.gif">  {% endblock %} |