mirror of
				https://github.com/bestnite/bilinovel-downloader.git
				synced 2025-10-31 19:00:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			315 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| package template
 | |
| 
 | |
| templ ContainerXML() {
 | |
| 	@templ.Raw(`<?xml version='1.0' encoding='utf-8'?>`)
 | |
| 	<container xmlns="urn:oasis:names:tc:opendocument:xmlns:container" version="1.0">
 | |
| 		<rootfiles>
 | |
| 			<rootfile full-path="content.opf" media-type="application/oebps-package+xml"></rootfile>
 | |
| 		</rootfiles>
 | |
| 	</container>
 | |
| }
 |