Once you've joined the ring, copy this code snippet into your site:
<webring-banner>
<p>Member of the <a href="https://ukagakawebring.netlify.app/">Ukagaka/Ghost Development and Download</a> webring</p>
<a href="https://ukagakawebring.netlify.app//random">Random</a>
</webring-banner>
<script async src="https://ukagakawebring.netlify.app//embed.js" charset="utf-8"></script>
It will render this banner that links to the other members:
Member of the Ukagaka/Ghost Development and Download webring
RandomIf the post or page you have for your ghost won't support the banner (or if you don't like how it looks), you can do a simpler set of links:
<p align="center">👻 <i>Member of the <a href="https://ukagakawebring.netlify.app/" target="_new">Ukagaka/Ghost Development and Download</a> webring</i> 👻</p>
<p align="center">👻 <a href="https://ukagakawebring.netlify.app//random">Random</a> 👻</p>
<script async src="https://ukagakawebring.netlify.app//embed.js" charset="utf-8"></script>
You can of course adjust this html snip any way you like to better suit your ghost's page! The key things are the link to the ring itself and the random link.
If you want to start your own webring, fork this project on Github and follow the instructions in the README.
Fork on Github