Last active
May 24, 2023 06:04
-
-
Save EnricoPicci/879569932c4d1d64c44550d0ac4a2f24 to your computer and use it in GitHub Desktop.
Page embedding a Google Docs published document
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
<head> | |
<title>A page embedding a Google Docs published document</title> | |
</head> | |
<body><iframe | |
src="https://docs.google.com/presentation/d/abcs........1234/embed?start=false&loop=false&delayms=3000" | |
frameborder="0" | |
width="960" | |
height="569" | |
allowfullscreen="true" | |
mozallowfullscreen="true" | |
webkitallowfullscreen="true" | |
></iframe> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment