From 0ce90a043eef532a71952e6aac43e6be6affc0f0 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 23 Nov 2010 22:13:32 +0100 Subject: Added import to EPUB function. --- epub/templates/title-page.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 epub/templates/title-page.html (limited to 'epub/templates/title-page.html') diff --git a/epub/templates/title-page.html b/epub/templates/title-page.html new file mode 100644 index 00000000..de0f55f0 --- /dev/null +++ b/epub/templates/title-page.html @@ -0,0 +1,22 @@ + + + ${book.title} + + + +

${book.title}

+

+ + $creator + +

+ + -- cgit