summaryrefslogtreecommitdiff
path: root/lib/epub.js/test/fixtures/alice/OPS/titlepage.xhtml
blob: f7da637157efc95e6ede233dc24cc609183897fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>