emii.gay/_includes/picker.html

24 lines
581 B
HTML
Raw Normal View History

2021-11-10 01:16:53 +00:00
<div class="picker">
2021-12-17 00:32:20 +00:00
<a href="https://technomancers.gay/prev/corviform.gay">
2021-11-10 01:16:53 +00:00
<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>
2021-12-17 00:32:20 +00:00
<a href="https://technomancers.gay/next/corviform.gay">
2021-11-10 01:16:53 +00:00
<img
class="picker-next"
src="{{site.base_url}}/static/picker/arrow.svg"
height="50px"
alt="Next"
style="transform: scaleX(-1)" />
</a>
</div>