24 lines
571 B
HTML
24 lines
571 B
HTML
<div class="picker">
|
|
<a href="https://technomancers.gay/prev/emii.gay">
|
|
<img
|
|
class="picker-prev"
|
|
src="{{site.base_url}}/static/picker/arrow.svg"
|
|
height="50px"
|
|
alt="Previous" />
|
|
</a>
|
|
<a href="https://technomancers.gay/">
|
|
<img
|
|
src="{{site.base_url}}/static/picker/body.svg"
|
|
height="50px"
|
|
alt="technomancers.gay index page" />
|
|
</a>
|
|
<a href="https://technomancers.gay/next/emii.gay">
|
|
<img
|
|
class="picker-next"
|
|
src="{{site.base_url}}/static/picker/arrow.svg"
|
|
height="50px"
|
|
alt="Next"
|
|
style="transform: scaleX(-1)" />
|
|
</a>
|
|
</div>
|