Skip to content

Instantly share code, notes, and snippets.

@EnricoPicci
Last active May 24, 2023 06:04
Show Gist options
  • Save EnricoPicci/879569932c4d1d64c44550d0ac4a2f24 to your computer and use it in GitHub Desktop.
Save EnricoPicci/879569932c4d1d64c44550d0ac4a2f24 to your computer and use it in GitHub Desktop.
Page embedding a Google Docs published document
<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