mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-10 05:59:41 +00:00
8 lines
248 B
HTML
8 lines
248 B
HTML
|
<iframe
|
||
|
class="youtube-embed"
|
||
|
src="https://www.youtube-nocookie.com/embed/{{ .Get 0 }}"
|
||
|
frameborder="0"
|
||
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||
|
allowfullscreen
|
||
|
></iframe>
|