This commit is contained in:
Korbs 2024-08-16 16:20:58 -04:00
parent 59e871a96f
commit e21a58e430
2 changed files with 145 additions and 1 deletions

View file

@ -0,0 +1,27 @@
---
// Components
import {Zorn} from '@minpluto/zorn'
---
<Zorn
Poster="https://md.sudovanilla.org/images/wote-p-v.jpeg"
Video="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/1080.mp4"
Audio="https://ocean.sudovanilla.org/media/videos/The%20Mark%20On%20The%20Wall/audio.mp4"
CustomControls
VideoAttributes="muted"
AudioAttributes=""
/>
<h2>The Mark On The Wall</h2>
<p>Created by Anderson Wright</p>
<p>Source: <a href="https://vimeo.com/989082177">https://vimeo.com/989082177</a></p>
<br/>
<a href="/">Go back</a>
<style>
body {
background: #010101;
color: white;
font-family: Arial, Helvetica, sans-serif;
}
</style>