Created
January 14, 2021 13:42
-
-
Save andymithamclarke/6562087ec86ba06f9ec9133186d1ea9b to your computer and use it in GitHub Desktop.
HTML snippet to embed a public project in another site
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
<!-- Insert your published project URL between the " " next to src= EG. src="https://public.graphext.com/myproject" --> | |
<iframe width="100%" height="600px" style="border: 0px # none;" src="[url]" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0px" allow="fullscreen" allowfullscreen=""></iframe> | |
<!-- Customise the height and width attributes to fit your needs. --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment