pages/webring/README.md

921 B

webring

the benevolent tildepals basement heroes 43beans commonhealth of casakhstan webring

joining

add your info to db/members.rec

snippet

a code snippet to add to member site

all you have to do (after you've been added to the db) is add a few anchor tags to your site. you can do something like the following, replacing "yoursitename" with the value of "name" you provide in members.rec

<div>
<p>this site is a member of a very powerful webring!</p>
<p>
  &lt; <a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=prev">previous</a> |
  <a href="https://friends.m455.casa/webring/index.html">all</a> |
  <a href="https://friends.m455.casa/webring/index.html?name=yoursitename&dir=next">next</a> &gt;
</p>
</div>

that would end up looking something like this:

this site is a member of a very powerful webring!

< previous | all | next >