aboutsummaryrefslogtreecommitdiff
blob: 29a686c7c5e70393b546e5f449702edabda72484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{# app/Resources/views/emails/registration.html.twig #}
<h3>WARNING!</h3>

<img src="https://i.imgflip.com/20b4q2.jpg"/>

<div id="wrapper">
    <table>
        <tr>
            <th>TimeStamp</th>
            <th>Co</th>
            <th>No</th>
            <th>So</th>
        </tr>
        <tr id="latest">
            <td>{{ data->TimeStamp }}</td>
            <td>{{ Co }}</td>
            <td>{{ No }}</td>
            <td>{{ So }}</td>
        </tr>
    </table>
</div>
<a href="/AllDataReadings">All Data Page</a>
<p id="aq">{{ Aqi }}</p>