ultime survivor mode
This commit is contained in:
parent
8f519ed75f
commit
38a9785dd7
7 changed files with 75 additions and 83 deletions
10
index.html
10
index.html
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue