iframe.1.html 619 B

123456789101112131415161718192021222324252627
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>HTML5Shiv</title>
  6. <link rel="stylesheet" href="style.css">
  7. <style>
  8. body {
  9. color: #fff;
  10. background: url(data/body-crash.jpg);
  11. }
  12. </style>
  13. <script src="../src/html5shiv-printshiv.js"></script>
  14. <script src="//use.typekit.com/fbz1vwc.js"></script>
  15. <script>
  16. Typekit.load();
  17. </script>
  18. </head>
  19. <body>
  20. <section>1</section>
  21. <section>2</section>
  22. <section style="border-color: red;">3</section>
  23. <section>
  24. <iframe src="iframe.1-1.html" style="width:100%;height:100%;" frameborder="0"></iframe>
  25. </section>
  26. </body>
  27. </html>