aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/mikespub/php-epub-meta/templates/titlepage.xhtml
blob: c617f676bc155b6c3d9a9993a32d63d06cdd33c1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                  
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <title>{{ title }}</title>
</head>

<body>
    <div style="text-align: center;">
        <img alt="{{ title }}" src="{{ coverPath }}" style="max-width: 100%; max-height: 100%;" />
    </div>
</body>

</html>