rpiwebapp-public/templates/pagination.html
Matthew Welch 2a5f7ae67f updated the comics viewer to dynamically load all the comics pages
moved pagination code from python to javascript
temporarily removed comics searched until it can be re-written for the new pagination
2020-04-11 17:14:06 -07:00

5 lines
131 B
HTML

<nav aria-label="Page navigation example" style="display: inline-block; margin: 5px">
<ul class="pagination">
</ul>
</nav>