test.html 370 B

123456789101112131415161718
  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. <script type="module">
  14. </script>
  15. </body>
  16. </html>