diff options
author | Joe Robinson <joe@lc8n.com> | 2019-02-21 12:50:09 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2019-02-21 12:50:09 +0000 |
commit | c4777ea1fe0daeef5ba7d8480bbd5a264ed6660d (patch) | |
tree | 544e2ccb4808bfd09ab36c472b4845876caadef9 /views | |
parent | a8ffed6ff775154aeeed91aa0c87bbc9e42a9d3b (diff) |
Add timelapse video to page
Diffstat (limited to 'views')
-rw-r--r-- | views/index.erb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/index.erb b/views/index.erb index d9de593..b2ddf1f 100644 --- a/views/index.erb +++ b/views/index.erb @@ -14,7 +14,9 @@ <img src="photos/current.png"> </p> <p> - <img src="photos/previous.png"> + <video width="1280" height="720" controls> + <source src="videos/timelapse.mp4" type="video/mp4"> + </video> </p> </body> </html> |