emii.gay/_includes/picker.html

24 lines
581 B
HTML

<div class="picker">
<a href="https://technomancers.gay/prev/corviform.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/corviform.gay">
<img
class="picker-next"
src="{{site.base_url}}/static/picker/arrow.svg"
height="50px"
alt="Next"
style="transform: scaleX(-1)" />
</a>
</div>