summaryrefslogtreecommitdiff
path: root/views/index.erb
blob: f22328be4bc47524bf2562c57fd11cc5a7b581b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
    <head>
        <title>
            The Scarecrow Watches Over The Garden
        </title>
    </head>
    <body>
        <h1>thebluegarden</h1>

        <p>Basement: <%= @temp_air %>°C and <%= @humidity_air %>% humidity at <%= @time_formatted_air %></p>
        <p>Propagator: <%= @temp_prop %>°C and <%= @humidity_prop %>% humidity at <%= @time_formatted_prop %></p>
        <p>
            <img src="photos/current.png">
        </p>
        <p>
            <img src="photos/previous.png">
        </p>
    </body>
</html>