How to join?
Ping ruby in the server with your website to get it added to the ring. Once you're in, add two links to your website:
- Previous site:
https://garfr.ing/[id]/prev
- Next site:
https://garfr.ing/[id]/next
Replace
[id]
in the link with the top-level subdomain for your site (for example, if your site was at
https://garfield.neocities.org
, your ID would be
garfield
).
If you want, there's also a JS widget that will automatically create the links for you. Add this code in the
place you want the links to appear in:
<div id='garfring'>
<script type="text/javascript" src="https://garfr.ing/onionring/widget.js"></script>
</div>
You might also want to add this in your
<head>
section, but you can customize it with your
own CSS too.
<link rel="stylesheet" href="https://garfr.ing/onionring/style.css">