summaryrefslogtreecommitdiff
path: root/views/index.erb
blob: c3661417cfc6a4068007e95c62db8e5374b9fc2c (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 %>% moisture at <%= @time_formatted_kitchen %></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>