diff options
Diffstat (limited to 'views/index.erb')
-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> |