123456789101112131415161718 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>Title</title>
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
- <style>
- </style>
- </head>
- <body>
- <iframe src="https://news.cnblogs.com/" height="300px" width="300px">
- </iframe>
- <script type="module">
- </script>
- </body>
- </html>
|