mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
17 lines
550 B
Vue
17 lines
550 B
Vue
<template>
|
|
<!--YouTube Embed-->
|
|
<div
|
|
class="justify-center align-center text-center absolute inset-0 flex flex-col mt-12"
|
|
>
|
|
<iframe
|
|
width="600"
|
|
height="395"
|
|
src="https://www.youtube-nocookie.com/embed/8P3qgVm6m6g?si=0t8eR0wtWv6b3REE"
|
|
title="YouTube video player"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
|
referrerpolicy="strict-origin-when-cross-origin"
|
|
allowfullscreen
|
|
></iframe>
|
|
</div>
|
|
</template>
|