mirror of
https://git.v0l.io/Kieran/void.cat.git
synced 2025-03-19 23:51:42 +01:00
7 lines
193 B
PHP
7 lines
193 B
PHP
<?php
|
|
$audio_url = _SITEURL . $f->hash160;
|
|
?>
|
|
<video controls>
|
|
<source src="<?php echo $audio_url; ?>" type="<?php echo $f->mime; ?>">
|
|
Your browser does not support the video tag.
|
|
</video>
|