<?xml version=“1.0” encoding=“utf-8” standalone=“no”?> <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “www.w3.org/TR/xhtml11/DTD/xhtml11.dtd”>
<html xmlns=“www.w3.org/1999/xhtml”>
<head> <title>Cover</title> <style type="text/css"> /*<![CDATA[*/ img { max-width: 100%; } body { oeb-column-number: 1; } #cover-image { text-align: center; } /*]]>*/ </style> </head> <body> <div id="cover-image"> <img alt="{{ book.title }}" src="../Images/{{ book.cover.filename }}" /> </div> </body>
</html>