dark-firepit.cloud/src/lib/YoutubeEmbed.svelte

5 lines
334 B
Svelte

<script>
let hash;
</script>
<iframe width="1280" height="720" src="https://www.youtube.com/embed/{hash}" title="An unintentional CTF, and how we solved it [BlanketCon 23 UNAUTHORIZED????]" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen/>