# Summary Simple webring that does not require users to add JavaScript to their page. Instead, the webring host handles the JavaScript, and the users simply need to add a block of HTML code. This allows for users who like to keep a minimal website free from bulky JavaScript and calling CDNs. # How Users Add The Webring To Their Page If you are the webring host, you will want to create a form for users to apply for webring membership (this can be done over email as well). Once the end user adds the webring HTML to their website (and updates the referrer link in ALL THREE places to point to their website URL), the webring host should add the user's referrer value to the sites var in static/redirect.js ```
``` # Hosting Your Own Webring Clone this repo and host the redirect.html and the static directory on your website. Customize the code for the actual webring HTML that users will place on their website. Create your own logo, change the colors, etc.