diff options
| author | nathansmith117 <nathansmith@posteo.com> | 2025-03-22 15:44:09 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-22 15:44:09 +0000 | 
| commit | 81ab3030ff2443c764da55a274d7c9f907279d18 (patch) | |
| tree | 6bd198b4354bc2beae114ed17d28c77aae5afa7c | |
| parent | 1bce6a20028fc08eff1d4903f24c2afd220b61f8 (diff) | |
| download | shittyweb-81ab3030ff2443c764da55a274d7c9f907279d18.tar.gz shittyweb-81ab3030ff2443c764da55a274d7c9f907279d18.tar.bz2 shittyweb-81ab3030ff2443c764da55a274d7c9f907279d18.zip  | |
Played around with webring html a bit
| -rw-r--r-- | index.html | 24 | 
1 files changed, 14 insertions, 10 deletions
@@ -95,17 +95,21 @@ table {                      <area href="https://baccyflap.com/noai/?rnd" target="_top" shape="rect" coords="137,36,211,58" alt="random" title="random">                      <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">  - -                    <br/><br/> +                    <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> +                    <table border="1"> +                        <tr> +                            <td> +                                <a href="https://mr.jhorn.net/index.php"> +                                    <img src="https://mr.jhorn.net/assets/button.gif" alt="Music web ring"></a> +                                <br/> +                                <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> +                            </td> +                        </tr> +                    </table>                  </td>                  <td> @@ -121,7 +125,7 @@ table {          <a href="https://yesterweb.org/no-to-web3" target="_blank"><img src="https://yesterweb.org/no-to-web3/img/roly-saynotoweb3.gif" alt="keep the web free"/></a>          <img src="images/bi.gif" alt="bi pride"/>          <a href="http://wiby.org/" target="_blank"> -            <img src="https://wiby.me/about/wiby.org.gif" alt="http://wiby.org/"> +            <img src="https://wiby.me/about/wiby.org.gif" alt="wiby">          </a>          <a href="https://digdeeper.club" target="_blank">              <img src="https://digdeeper.club/images/button.png" alt="digdeeper"/>  | 
