summaryrefslogtreecommitdiff
path: root/lib/epub.js/test/fixtures/alice/OPS/titlepage.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/epub.js/test/fixtures/alice/OPS/titlepage.xhtml')
-rw-r--r--lib/epub.js/test/fixtures/alice/OPS/titlepage.xhtml42
1 files changed, 42 insertions, 0 deletions
diff --git a/lib/epub.js/test/fixtures/alice/OPS/titlepage.xhtml b/lib/epub.js/test/fixtures/alice/OPS/titlepage.xhtml
new file mode 100644
index 0000000..f7da637
--- /dev/null
+++ b/lib/epub.js/test/fixtures/alice/OPS/titlepage.xhtml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
+<head>
+ <title>Alice's Adventures in Wonderland</title>
+ <link rel="stylesheet" href="css/stylesheet.css" type="text/css"/>
+ <meta charset="utf-8"/>
+</head>
+<body>
+ <section epub:type="titlepage">
+
+ <p><a id="Page_1" class="pageno" title="[Pg 1]"></a></p>
+
+ <h1 id="pgepubid00001">
+ Alice's Adventures In Wonderland
+ </h1>
+
+ <p><a id="Page_2" class="pageno" title="[Pg 2]"></a></p>
+
+ <figure class="full titlepage">
+ <img src= "images/title.jpg" alt="title" />
+ </figure>
+
+
+ <p><a id="Page_3" class="pageno" title="[Pg 3]"></a></p>
+
+ <h4 id="pgepubid00003">
+ Copyright, 1916,<br />
+ By Sam'l Gabriel Sons &#38; Company<br />
+ New York
+ </h4>
+
+ <figure class="full">
+ <img src= "images/plate01_th.jpg" alt= "Alice in the Room of the Duchess." title= "Alice in the Room of the Duchess." />
+ <figcaption>
+ <p>Alice in the Room of the Duchess.</p>
+ </figcaption>
+ </figure>
+
+ </section>
+</body>
+</html>