mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
---
|
|
const { src } = Astro.props;
|
|
---
|
|
|
|
<video controls width="600" src={src}></video>
|