test.html 432 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Title</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  7. <style>
  8. </style>
  9. </head>
  10. <body>
  11. <iframe src="https://news.cnblogs.com/" height="300px" width="300px">
  12. </iframe>
  13. <iframe src="https://www.v2ex.com/" height="300px" width="300px">
  14. </iframe>
  15. <script>
  16. </script>
  17. </body>
  18. </html>