iBook/examples/epub_format_2/OEBPS/Text/cover.xhtml

16 lines
614 B
HTML

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cover</title>
</head>
<body>
<div style="text-align: center; padding: 0pt; margin: 0pt;">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 890 1186" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="890" height="1186" xlink:href="../Images/data-url-image.jpeg"/>
</svg>
</div>
</body>
</html>