Once you've joined the ring, embed the web component banner using the code shown below or build it yourself with html.
<webring-banner>
<!-- placeholder replaced when component javascript loads -->
<p>Member of the <a href="https://www.indierpg.club">Indie RPG Club</a> webring</p>
<a href="https://www.indierpg.club/prev">Previous</a>
<a href="https://www.indierpg.club/random">Random</a>
<a href="https://www.indierpg.club/next">Next</a>
</webring-banner>
<script async src="https://www.indierpg.club/embed.js" charset="utf-8"></script>
<webring-banner-small>
<!-- placeholder replaced when component javascript loads -->
<p>Member of the <a href="https://www.indierpg.club">Indie RPG Club</a> webring</p>
<a href="https://www.indierpg.club/prev">Previous</a>
<a href="https://www.indierpg.club/random">Random</a>
<a href="https://www.indierpg.club/next">Next</a>
</webring-banner-small>
<script async src="https://www.indierpg.club/embed.js" charset="utf-8"></script>
The banner is a web component can be styled using css variables and by targeting parts. See CSS-Tricks Styling Web Components for info on this.
You can also just include the image, title, and links without the web component and style it yourself.
<img src="https://www.indierpg.club/assets/images/avatar.png'" alt="Indie RPG Club dice logo"/>
<p>Member of the <a href="https://www.indierpg.club">Indie RPG Club</a> webring</p>
<a href="https://www.indierpg.club/prev">Previous</a>
<a href="https://www.indierpg.club/random">Random</a>
<a href="https://www.indierpg.club/next">Next</a>
This site is a fork of the Webring Starter Kit. If you want to start your own webring, you can fork mine or the original and follow the instructions in the README.