Sha256: 21b30136e8588d6f15b9afc897a9b6f0af33f11c1f3e6d99c1af0b157c924d93
Contents?: true
Size: 572 Bytes
Versions: 1
Compression:
Stored size: 572 Bytes
Contents
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Cover</title> <style type="text/css"> /*<![CDATA[*/ img { max-width: 100%; } body { oeb-column-number: 1; } #cover-image { text-align: center; } /*]]>*/ </style> </head> <body> <div id="cover-image"> <img alt="{{ book.title }}" src="../Images/{{ book.cover.filename }}" /> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
epubber-0.2.0 | lib/templates/OEBPS/Text/cover.xhtml |