mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 10:36:42 -07:00
5 lines
218 B
HTML
5 lines
218 B
HTML
<div class="embed video-player">
|
|
<iframe class="youtube-player" type="text/html" width="640" height="385"
|
|
src="https://www.youtube.com/embed/{{ index .Params 0 }}" allowfullscreen frameborder="0">
|
|
</iframe>
|
|
</div>
|