11 lines
345 B
HTML
11 lines
345 B
HTML
|
<!-- Latest Books -->
|
||
|
<div class="library">
|
||
|
<div class="box_shadow">
|
||
|
<div class="lib latest no-select">
|
||
|
{% include latestbooks-template.html %}
|
||
|
</div>
|
||
|
<p><i>Some of our latest eBooks</i> <a href="https://dev.gutenberg.org/browse/recent/last1"> Click Here for more latest books!</a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- ending latest books -->
|