6 lines
284 B
HTML
6 lines
284 B
HTML
<div style="text-align: center;">
|
|
<div class="embed odysee-player">
|
|
<iframe class="lbry-iframe" type="text/html" width="640" height="385" style="border-width: 0"
|
|
src="https://odysee.com/$/embed/{{ index .Params 0 }}" allowfullscreen></iframe>
|
|
</div>
|
|
</div> |