summaryrefslogtreecommitdiff
path: root/views/index.erb
blob: 8f7eb162e809d35105e0b309fb2ad1d3f70cafae (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>Kitchen: <%= @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>