blog

Source for my blog
git clone git://git.konyahin.xyz/blog
Log | Files | Refs

vid.html (204B)


      1 <iframe src="{{ index .Params 0 }}"
      2         loading="lazy"
      3         sandbox="allow-same-origin allow-scripts allow-popups"
      4         allowfullscreen frameborder="0"
      5         title="Embedded Video">
      6 </iframe>