The Dungeon Synth Webring

How to join

Contact myrrys (cptnelson) on Discord, or join Melkor's DS Dungeon server and ask there.

Setup

Add this script:

<script type="module" src="https://myrrys.net/webring/static/webring-banner.js"></script>

inside your page's tag, and then add this where you want the banner to be shown:

<webring-banner host-name="<your-identifier>"></webring-banner>

Attribute options

Simple Example

<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Runesong</title>
    <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  </head>
  <body>
    <webring-banner
      host-name="runesong.neocities" title="Totally Awesome Dungeon Synth Webring" open-new>
    </webring-banner>
    <script type="module" src="https://myrrys.net/webring/static/webring-banner.js"></script>
  </body>
</html>

This will render the banner like this:

Or with the banner="nick" attribute: