strudel/website/src/components/BlogVideo.astro
2024-01-14 23:22:10 +01:00

6 lines
85 B
Plaintext

---
const { src } = Astro.props;
---
<video controls width="600" src={src}></video>