diff options
author | Patrick Goltzsch <pg (at) in-transit.cc> | 2023-01-15 17:04:07 +0100 |
---|---|---|
committer | Patrick Goltzsch <pg (at) in-transit.cc> | 2023-01-15 17:04:07 +0100 |
commit | 01d55006960d19b97bbf1e4e5ed462c6a7882c8c (patch) | |
tree | 9861c412338d33dc834f4763b8ae544b4f5e3d45 /META-INF | |
download | jakob-van-hoddis-weltende-01d55006960d19b97bbf1e4e5ed462c6a7882c8c.tar.gz jakob-van-hoddis-weltende-01d55006960d19b97bbf1e4e5ed462c6a7882c8c.tar.bz2 jakob-van-hoddis-weltende-01d55006960d19b97bbf1e4e5ed462c6a7882c8c.zip |
erste Version
Diffstat (limited to 'META-INF')
-rw-r--r-- | META-INF/container.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/META-INF/container.xml b/META-INF/container.xml new file mode 100644 index 0000000..54bfc8d --- /dev/null +++ b/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> |