nojs-webring/README.md
2025-12-30 15:59:38 -05:00

1.4 KiB

Summary

Simple webring that does not require users to add javascript to their page

Getting started

Add this code to your page and email jigong@tilde.green to joing the webring! You need to modify the referrer in three places to point to your own webpage.

    <div id="tilde-webring" style="margin: 0 auto; font-size: small;">
        <table style="background-color: transparent; margin: 0 auto;">
            <tr>
                <td class='webring-prev' style="text-align: right;">
                    <a href='/redirect.html?type=previous&referrer=https://cocopie.neocities.org/'>-prev-</a>
                </td>
                <td class='webring-info' style="text-align: center;">
                    <a href="https://christian-webring.nekoweb.org/"><img src="https://i.imgur.com/rYx5Gur.png"/></a><br>
                    <span class='webring-links'>
                        <a href='/redirect.html?referrer=https://cocopie.neocities.org/'>random</a>
                    </span>
                </td>
                <td class='webring-next' style="text-align: left;">
                    <a href='/redirect.html?type=next&referrer=https://cocopie.neocities.org/'>-next-</a>
                </td>
            </tr>
        </table>
    </div>

Implement your own webring

clone this repo and host the redirect.html and the static directory. You will also want to modify the code that users will put on their end page to suit your needs