Guest User

Untitled

a guest
Apr 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title>index.html</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. </head>
  9.  
  10. <body>
  11. <style type="text/css">
  12. html, body, #container {
  13. height: 100%;
  14. }
  15. body, #container {
  16. overflow: hidden;
  17. margin: 0;
  18. }
  19. #iframe {
  20. width: 100%;
  21. height: 100%;
  22. border: none;
  23. }
  24. </style>
  25. <div id="container">
  26. <iframe id="iframe" sandbox="allow-scripts" src="/user/cz1605/files/projects/18_measuring_tiofroahm/user/cz1605/Visualization/index.html"></iframe>
  27. </div>
  28. </body>
  29.  
  30. </html>
Add Comment
Please, Sign In to add comment