summaryrefslogtreecommitdiff
path: root/views/index.erb
blob: b2ddf1fc19c6534f2cb6356786e1236cc4d75bc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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 (Chillis): <%= @temp_prop %>°C and <%= @humidity_prop %>% humidity at <%= @time_formatted_prop %></p>
        <p>Kitchen (Peas & Spinach): <%= @temp_kitchen %>°C, <%= @humidity_kitchen %>% humidity and <%= @moisture_kitchen %> anti-moistures at <%= @time_formatted_prop %></p>
        <p>
            <img src="photos/current.png">
        </p>
        <p>
            <video width="1280" height="720" controls>
                <source src="videos/timelapse.mp4" type="video/mp4">
            </video>
        </p>
    </body>
</html>