Advertisement
hayang1027

Untitled

Feb 17th, 2020
487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. // HTML 코드
  2. document.write(`
  3. <style>
  4. * {
  5. margin: 0;
  6. }
  7. </style>
  8. `)
  9.  
  10. document.write(`
  11. <img id="img" src="https://i.imgur.com/2fTPM4g.png" style="width:100%; height:100%;">
  12. `)
  13. wait(3)
  14. document.getElementById('img').style.height="0";
  15. document.write(`
  16. <iframe src="https://playentry.org" style="height: 100vh; width: 100vw;" frameborder=0></iframe>
  17. `)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement