diff options
Diffstat (limited to 'EPUB/Skeleton/META-INF')
-rw-r--r-- | EPUB/Skeleton/META-INF/container.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EPUB/Skeleton/META-INF/container.xml b/EPUB/Skeleton/META-INF/container.xml new file mode 100644 index 0000000..f90f16c --- /dev/null +++ b/EPUB/Skeleton/META-INF/container.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container">
+ <rootfiles>
+ <rootfile full-path="OEBPS/content.opf" media-type="application/oebps-package+xml"/>
+ </rootfiles>
+</container>
\ No newline at end of file |