tilde.green webring

<
?
>
REPO: https://git.tilde.green/jigong/tilde-ring

How to Join:

If you would like to join the webring you must satisfy the following
  1. Be a member of tilde.green
  2. Host a webpage on tilde.green that is not the default page
  3. Email jigong@tilde.green (or whoever takes over this... I am just using me as an example) requesting to join
  4. Add the following code snippet to your page, replacing the text YOUR_USERNAME with your tilde username. include the tilde before your username like ~jigong
<div id="webring" style="margin: 0 auto; font-size: small"> <style> #webring a { color: #8ebf7c; font-size: 20px; font-weight: bolder; text-decoration: none; } </style> <table style="background-color: transparent; margin: 0 auto"> <tr> <td class="webring-prev" style="text-align: right"> <a href="https://tilde.green/~jigong/tilde-ring/redirect.html?type=previous&referrer=YOUR_USER_NAME"><</a> </td> <td class="webring-info" style="text-align: center"> <a href="https://tilde.green/~jigong/tilde-ring" ><img src="https://tilde.green/~jigong/tilde-ring/static/tilde-webring.png" /></a ><br /> <span class="webring-links"> <a href="https://tilde.green/~jigong/tilde-ring/redirect.html?referrer=YOUR_USER_NAME">?</a> </span> </td> <td class="webring-next" style="text-align: left"> <a href="https://tilde.green/~jigong/tilde-ring/redirect.html?type=next&referrer=YOUR_USER_NAME">></a> </td> </tr> </table> </div>