Last active
February 15, 2024 17:55
-
-
Save jywarren/d344eeb94287b68cb237eacd47762a21 to your computer and use it in GitHub Desktop.
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
var e = document.createElement('div'); | |
document.body.appendChild(e); | |
e.style="position:absolute;z-index:999;left:200px;top:200px;"; | |
e.innerHTML = '<iframe style="width:300px;height:300px;border-radius:500px;transition: all 1s ease-out;" src="https://jywarren.github.io/sfpcrr/?embedded&url=images/mapogu.jpg"></iframe>'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment