summaryrefslogtreecommitdiff
path: root/lib/epub.js/test/fixtures/alice/OPS/cover.xhtml
blob: ac723473a75118860ffc8fe868cf4b67d3f02886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>Cover</title>
	<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
	<meta charset="utf-8"/>
</head>
<body>
	<img src="images/cover_th.jpg" alt="Cover Image" title="Cover Image"/>
</body>
</html>