Where to put html documents to embed with iframe

Hey there! Uploading files such as HTML files can be done in several ways. I found a post by @vikaspotluri123 who explains the options you have very well:

You can then use the custom HTML card and add an iframe:

<iframe src="https://your.blog/assets/file.html"></iframe>

Hope this helps!

1 Like