No images in this repository’s iceberg at this time
Download raw (1.1 KB)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>Generated ePubs</title>
<style type="text/css" >
* {
margin: 0;
padding: 0;
}
a, a:visited, a:active {
color: #FF0000;
}
body {
padding: 64px;
background-color: #E6E6E6;
font-family: Georgia, serif;
font-size: 48px;
}
ul {
list-style: none;
}
h1 {
font-size: 64px;
font-weight: normal;
margin-bottom: 48px;
}
</style>
</head>
<body>
<h1>Sharing epubs on <a href="{{ address }}">{{ address }}</a></h1>
<ul>
{% for generated_epub in generated_epubs %}
<li><a href="{{ generated_epub.link }}">{{ generated_epub.name }}</a></li>
{% endfor %}
</ul>
</body>
</html>