here is a template for it, i think puppy made it. it's called a page doll. position it however you'd like
<style>
.page-doll {
position: fixed;
bottom: 10px; /For positioning. Adjust as needed. Can change 'bottom' to 'top'/
right: 10px; /For positioning. Adjust as needed. Can change 'right' to 'left'/
z-index: 1000;
}
.page-doll img {
width: --px; /Change -- to the size you want the page doll to be/
height: auto;
cursor: pointer;
}
</style>
<div class="page-doll">
<img src="IMAGE LINK" alt="Page Doll">
</div>
Revospring uses Markdown for formatting
*italic text* for italic text
**bold text** for bold text
[link](https://example.com) for link