epubjs
Version:
Render ePub documents in the browser, across many devices
16 lines (15 loc) • 708 B
HTML
<html xml:lang="en-us" lang="en-us" xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="../css/commonltr.css"/>
<title>Copyright</title>
<link type="text/css" rel="stylesheet" href="../css/epub.css"/>
</head>
<body id="topic-id" epub:type="frontmatter copyright-page">
<h1 class="title topictitle1">Copyright</h1>
<div class="body">
<p class="p">© 2012 by Peter Krautzberger and the original sources, http://boolesrings.org/krautzberger.</p>
</div>
</body>
</html>