ultime survivor mode

This commit is contained in:
Set Hallstrom 2020-01-28 14:18:34 +01:00
parent 8f519ed75f
commit 38a9785dd7
7 changed files with 75 additions and 83 deletions

View file

@ -1,7 +1,7 @@
---
title: Greetings Robot!
description: 'This is the motherweb of Sakrecoer. Music, art, thoughts and passion from innerspace.'
image: /assets/img/sakrecoer-logo2.svg
image: /siteicon.png
mp4_path: /assets/vi/0001-0076.mp4
webm_path: /assets/vi/0001-0076.webm
---
@ -23,7 +23,8 @@ webm_path: /assets/vi/0001-0076.webm
</div>
<div class="fullscreen-bg">
<video loop muted poster="{{ site.baseurl }}/assets/img/sakrecoer-logo2.svg" class="fullscreen-bg__video">
<source src="{{ site.baseurl }}{{ page.webm_path }}" type="video/webm">
<source src="{{ site.baseurl }}{{ page.mp4_path }}" type="video/mp4">
</video>
</div>
</div>
@ -32,3 +33,8 @@ webm_path: /assets/vi/0001-0076.webm
{% include cookiemonster.html %}
</div>
</div>
<style>
body{
background: url('/siteicon2.png');
}
</style>