Files
core/HtmlFile2/examples/test2.xhtml
Svetlana Kulikova 5f28b285aa img
2020-07-29 19:02:39 +03:00

13 lines
349 B
HTML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title>cover</title>
</head>
<body>
<div style="text-align:center;" epub:type="cover">
<img src="image/1.png" alt="1.png" style="max-width:100%;" />
</div>
</body>
</html>