ephimeral iframe page builder
Build your own pages via URL, use one of these domains:
- https://ephiframe.vercel.app
- https://b-ephiframe.vercel.app
- https://alt-ephiframe.vercel.app
- https://more-ephiframe.vercel.app
- https://extra-ephiframe.vercel.app
- https://static-ephiframe.vercel.app
- https://dynamic-ephiframe.vercel.app
- https://accepted-ephiframe.vercel.app
- https://excluded-ephiframe.vercel.app
Then add titles and descriptions via pathname, like:
Then add any number of iframe
search aparameters to create multiple frames on the page, even across domains:
- ?iframe=./Custom-title
- ?iframe=./Custom-title&iframe=./Other-iframe
- ?iframe=https://extra-ephiframe.vercel.app/Cross-domain-iframe
- ?iframe=https://extra-ephiframe.vercel.app/Cross-domain-iframe%3Fiframe%3D./nested
- ?iframe=https://extra-ephiframe.vercel.app/Brix%3Fiframe%3Dhttps%3A%2F%2Fephiframe.vercel.app%2FPixie
And/or add any number of srcdoc
search parameters with HTML:
You can add any sandbox
search parameter that will be added in order to the generated iframes (regular iframe
parameters are always processed before srcdoc
). An empty sandbox=
parameter applies the full sandbox, equivalent to sandbox=""
in HTML.