| 12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title>南瓜书PumpkinBook</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="description" content="Description">
- <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <style>
- body {
- margin: 0; /* Reset default margin */
- }
- iframe {
- display: block; /* iframes are inline by default */
- background: #000;
- border: none; /* Reset default border */
- height: 100vh; /* Viewport-relative units */
- width: 100vw;
- }
- </style>
- </head>
- <body>
- <iframe src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/pdf/pumpkin_book_1.9.9.pdf"></iframe>
- </body>
- </html>
|