Last active
December 2, 2023 03:58
-
-
Save rickstaa/bb080bb55fd5cb301003f566a5d15d07 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://unpkg.com/@ungap/custom-elements-builtin"></script> | |
<script type="module" src="https://unpkg.com/x-frame-bypass"></script> | |
</head> | |
<body> | |
<iframe is="x-frame-bypass" name='NewIframe' height='800px' width='100%' scrolling='yes' src='https://calendar.google.com/calendar/r' marginwidth='0px' marginheight='0px' frameborder='1' id='myFrame' allowfullscreen style='border:0px none #ffffff'></iframe> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment