mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 06:14:26 +02:00
6 lines
204 B
HTML
6 lines
204 B
HTML
<iframe src="{{ index .Params 0 }}"
|
|
loading="lazy"
|
|
sandbox="allow-same-origin allow-scripts allow-popups"
|
|
allowfullscreen frameborder="0"
|
|
title="Embedded Video">
|
|
</iframe>
|