changed something kek

This commit is contained in:
Speyll
2023-07-04 01:37:44 +01:00
parent ba684522ce
commit 08aa33f6b1
62 changed files with 1350 additions and 652 deletions

View File

@@ -0,0 +1,9 @@
<div {% if class %}class="{{class}}"{% endif %}>
<iframe
src="https://www.youtube-nocookie.com/embed/{{id}}{% if autoplay %}?autoplay=1{% endif %}"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>
</div>