index.html 845 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>南瓜书PumpkinBook</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  7. <meta name="description" content="Description">
  8. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  9. <style>
  10. body {
  11. margin: 0; /* Reset default margin */
  12. }
  13. iframe {
  14. display: block; /* iframes are inline by default */
  15. background: #000;
  16. border: none; /* Reset default border */
  17. height: 100vh; /* Viewport-relative units */
  18. width: 100vw;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <iframe src="https://raw.githubusercontent.com/datawhalechina/pumpkin-book/master/pdf/pumpkin_book_1.9.9.pdf"></iframe>
  24. </body>
  25. </html>