Last active
November 9, 2023 20:16
-
-
Save AlanBell/0cd5d589d0ddb74bde0c14dc918f0716 to your computer and use it in GitHub Desktop.
Agenda Free with an overlay
This file contains 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
<html> | |
<div id="video" style="position:absolute;"> | |
<iframe width="1920" height="1080" src="https://www.youtube.com/embed/ZV-ftihBDp8?si=jONZWtEdPJSd7XpW" | |
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | |
</div> | |
<div id="overlay"> | |
<img src="gaza.png" style="position:absolute;pointer-events:none;opacity:16%;"> | |
</div> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment