Advertisement
Guest User

Untitled

a guest
Oct 29th, 2021
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> ADD TITLE OF FRAMED URL YOU WANT </title>
  4. </head>
  5. <style>
  6. body {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. body, iframe {
  11. width: 100%;
  12. height: 100%;
  13. }
  14. iframe {
  15. border: 0;
  16. }
  17. </style>
  18. <body>
  19. <iframe src="https://WRITEHEREFRAMEDFORWARDURL.com"/>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement