mirror of
https://github.com/bestnite/bilinovel-downloader.git
synced 2025-04-27 02:35:54 +08:00
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
package template
|
|
|
|
templ ContainerXML() {
|
|
@templ.Raw(`<?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"></rootfile>
|
|
</rootfiles>
|
|
</container>
|
|
}
|