Skip to content

Instantly share code, notes, and snippets.

@miladj3
Last active October 11, 2023 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miladj3/0c4ca1b93803842aa6a20159bf4d42f4 to your computer and use it in GitHub Desktop.
Save miladj3/0c4ca1b93803842aa6a20159bf4d42f4 to your computer and use it in GitHub Desktop.
const body = document.body;
console.log('ddddd');
const iframe = document.createElement('iframe');
iframe.src = 'https://embeded.receptstatus.nl';
iframe.setAttribute('width', '100%');
iframe.setAttribute('height', '500');
body.appendChild(iframe);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment