Skip to content

threadlockers/webring

Repository files navigation

threadlocked

a dead simple webring api server for threadlocked.

join our discord server to meet cool engineers and hackers :p

how to join the webring?

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.

how to add prev / next / random 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>

About

webring for threadlocked

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors