Zorn/test/src/pages/with-separate-audio.astro

27 lines
655 B
Text
Raw Normal View History

2024-08-16 15:20:58 -05:00
---
// 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>