titlepage.xhtml 799 B

12345678910111213141516171819
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <meta name="calibre:cover" content="true"/>
  6. <title>Cover</title>
  7. <style type="text/css" title="override_css">
  8. @page {padding: 0pt; margin:0pt}
  9. body { text-align: center; padding:0pt; margin: 0pt; }
  10. </style>
  11. </head>
  12. <body>
  13. <div>
  14. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 628 839" preserveAspectRatio="none">
  15. <image width="628" height="839" xlink:href="cover.jpeg"/>
  16. </svg>
  17. </div>
  18. </body>
  19. </html>