Skip to content

Instantly share code, notes, and snippets.

@mateoprifti
Last active November 14, 2017 01:22
Show Gist options
  • Save mateoprifti/df60f5d1cd5ef6ca9972ec51a9eb9d81 to your computer and use it in GitHub Desktop.
Save mateoprifti/df60f5d1cd5ef6ca9972ec51a9eb9d81 to your computer and use it in GitHub Desktop.
<script type='text/javascript' charset='utf-8'>
var iframe = document.createElement('iframe');
document.body.appendChild(iframe);
iframe.src = 'http://sudokusolver.net/embed.html';
iframe.width = '370px';
iframe.height = '470px';
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment