aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/mikespub/php-epub-meta/templates/titlepage.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mikespub/php-epub-meta/templates/titlepage.xhtml')
-rw-r--r--vendor/mikespub/php-epub-meta/templates/titlepage.xhtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/mikespub/php-epub-meta/templates/titlepage.xhtml b/vendor/mikespub/php-epub-meta/templates/titlepage.xhtml
new file mode 100644
index 000000000..c617f676b
--- /dev/null
+++ b/vendor/mikespub/php-epub-meta/templates/titlepage.xhtml
@@ -0,0 +1,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> \ No newline at end of file