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

        <p><%= @temp_val %>°C and <%= @humidity_val %>% humidity at <%= @time_formatted %></p>
        <p>
            <img src="photos/current.png">
        </p>
    </body>
</html>