Introduce src dir.
[librarian.git] / src / librarian / epub / cover.html
diff --git a/src/librarian/epub/cover.html b/src/librarian/epub/cover.html
new file mode 100644 (file)
index 0000000..784067c
--- /dev/null
@@ -0,0 +1,13 @@
+<!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>
+    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
+    <title>Okładka</title>
+    <style type="text/css"> img { max-width: 100%; } </style>
+  </head>
+  <body style="oeb-column-number: 1;">
+    <div id="cover-image">
+      <img alt="Okładka" />
+    </div>
+  </body>
+</html>
\ No newline at end of file