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
版式封面HTML範例:以《花時早》為例

<?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"
xml:lang="zh-tw">
<head>
<meta
charset="utf-8" />
<meta
name="viewport"
content="width=device-width, height=device-height" />
<title>花時早</title>
<link
rel="stylesheet"
type="text/css"
href="../styles/wordtoepub.css" />
</head>
<body
id="cover">
<div
id="cover-image" class="main">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="100%" height="100%" viewBox="0 0 1400 1964">
<image width="1400" height="1964" xlink:href="../media/cover.jpg"/>
</svg>
</div>
</body>
</html>