Code at the bottom of every chapter:
<hr>
<div style="text-align: center"><a href="/toc/">🧾TOC</a></div>
<div id="textbox">
<p class="alignleft"> <a href="/###/">◀️Previous Chapter</a> </p>
<p class="alignright"> <a href="/###/">▶️Next Chapter</a> </p>
</div>
CSS added to make the above code work (thanks google!):
.alignleft {
float: left;
}
.alignright {
float: right;
}