diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-17 02:26:06 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-17 02:26:06 +0000 |
commit | b1391deafa2f12aeac771c46788e152b0c0ea9b5 (patch) | |
tree | 6de2787b0bf92e6d7b8b860b2a65ab6b70760a71 /views | |
parent | 1ca5df34ed0cc6705f7fe3fc697c5b10734808ef (diff) |
Add template
Diffstat (limited to 'views')
-rw-r--r-- | views/index.erb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/views/index.erb b/views/index.erb new file mode 100644 index 0000000..8449835 --- /dev/null +++ b/views/index.erb @@ -0,0 +1,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> |