You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
672 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content="text/html; charset=utf-8" http-equiv="content-type"/>
  5. <script data-main="main" src="/bower_components/requirejs/require.js"></script>
  6. <style>
  7. iframe {
  8. position:fixed;
  9. top:0px;
  10. left:0px;
  11. bottom:0px;
  12. right:0px;
  13. width:100%;
  14. height:100%;
  15. border:none;
  16. margin:0;
  17. padding:0;
  18. overflow:hidden;
  19. }
  20. textarea {
  21. display:none;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <iframe src="inner.html"></iframe>
  27. <textarea id="sheet-json"></textarea>
  28. </body>
  29. </html>