Last active
April 28, 2021 13:02
-
-
Save ng-the-engineer/fc135e847ec5d980e17e8cf7f38d1bf8 to your computer and use it in GitHub Desktop.
Code snippet of CV2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Popup IJK--> | |
<div id="popupIJK" class="popup"> | |
<div class="popup-content"> | |
<div class="container"> | |
<div id="closePopupIJK" class="close">×</div> | |
<div class="youtube-video-container"> | |
<iframe | |
width="560" | |
height="315" | |
src="https://www.youtube.com/embed/GUJ9gLOiP-Q" | |
frameborder="0" | |
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" | |
allowfullscreen | |
></iframe> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- End Popup IJK--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment