blob: d9de5935b3239c12ec54b37ada4b65b61d95591c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<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>
<img src="photos/previous.png">
</p>
</body>
</html>
|