Skip to content

Commit

Permalink
Merge pull request #22 from rtCamp/feature/adding-link-to-check-youtu…
Browse files Browse the repository at this point in the history
…be-history

Adding link to check YouTube history
  • Loading branch information
fellyph committed Jan 24, 2024
2 parents cc802ac + b118339 commit ba1dbef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/scenarios/embedded-video/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
<h1 class="text-3xl font-bold mb-4 text-center">Embedded Video</h1>
<p class="text-lg font-bold mb-4 text-center">Here is an embedded Third-Party video player, check if you can play the video and if it shows up in your history in your logged in account.</p>
<div class="mt-8 flex justify-center">
<iframe class="border border-8 rounded" width="560" height="315" src="https://www.youtube.com/embed/aqz-KE-bpKQ?si=CuSLBTjNMf9NA1eg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe class="border-8 rounded" width="560" height="315" src="https://www.youtube.com/embed/aqz-KE-bpKQ?si=CuSLBTjNMf9NA1eg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<footer class="text-center m-4">
<a href="https://www.youtube.com/feed/history" target="_blank" rel="noopenner" class="px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-700 transition duration-300">
Check your YouTube history
</a>
</footer>
</div>

<%- include(commonPath + '/footer.ejs') %>

0 comments on commit ba1dbef

Please sign in to comment.