a dead simple webring api server for threadlocked.
join our discord server to meet cool engineers and hackers :p
append your entry to webring.json and open a pr:
{
"name": "your-name",
"gh": "your-github-username",
"url": "https://your-site.com"
}once your entry gets added to the webring, you can use https://<name>.seggs.lol as a redirect to your site.
the base url for the server is https://ring.seggs.lol. to add previous/next/random buttons to your site, use the following html snippet:
<!-- replace "your-name" with the exact name from webring.json -->
<a href="https://ring.seggs.lol/redirect?from=your-name&dir=prev">
← previous site
</a>
<a href="https://ring.seggs.lol/random">
random site
</a>
<a href="https://ring.seggs.lol/redirect?from=your-name&dir=next">
next site →
</a>