diff options
| -rw-r--r-- | index.html | 10 | 
1 files changed, 10 insertions, 0 deletions
@@ -84,6 +84,8 @@ table {              <tr>                  <td>                      <h3>Webrings</h3> + +                    <!-- No ai webring -->                      <map name="w95widget">                      <area href="https://baccyflap.com/noai" target="_blank" shape="rect" coords="0,0,308,22" alt="no ai webring" title="no ai webring">                      <area href="https://baccyflap.com/noai/?prv&s=nsw" target="_top" shape="rect" coords="56,36,130,58" alt="previous" title="previous"> @@ -91,6 +93,14 @@ table {                      <area href="https://baccyflap.com/noai/?nxt&s=nsw" target="_top" shape="rect" coords="218,36,292,58" alt="next" title="next">                      </map>                      <img usemap="#w95widget" src="https://baccyflap.com/noai/w95widget.gif" alt="a gray Windows 95 style dialog box titled 'The No AI Webring' with a little icon showing a computer chip in a rubbish bin. beside it are three clickable buttons, labeled Previous, Random... and Next">  + +                    <!-- Music ring --> +                    <div style="width:104px"> +                    <a href="https://mr.jhorn.net/index.php"><img src="https://mr.jhorn.net/assets/button.gif"></a> +                    <a href="https://mr.jhorn.net/prev.php?slug=nsw">prev</a> +                    <a href="https://mr.jhorn.net/rand.php">rand</a> +                    <a href="https://mr.jhorn.net/next.php?slug=nsw">next</a> +                    </div>                  </td>                  <td>  | 
