diff options
Diffstat (limited to 'home.html')
| -rw-r--r-- | home.html | 29 | 
1 files changed, 23 insertions, 6 deletions
| @@ -52,11 +52,28 @@ learn the ins and outs of hosting your own, click      Use git:// to clone; I couldn't figure out HTTPS with cgit.      Besides, git is faster. -    <p>Join the FSF!</p> -<a href="https://my.fsf.org/join?referrer=5575602" -    target="_blank" rel="noopener noreferrer"> -    <img src="/static/5575602.png"/> -</a> - +    <table> +    <tr> +        <td> +        <a href="https://my.fsf.org/join?referrer=5575602" +            target="_blank" rel="noopener noreferrer"> +            <img src="/static/5575602.png"/> +        </a> +        </td> +        <td> +        <a href="https://gifcities.org/"> +            <img src="/static/vim.gif" /> +        </a> +        </td> +        <td> +        <a href="https://anybrowser.org/campaign/abgraphics.html#AllGraphics"> +            <img src="/static/brain.gif" /> +        </a> +        </td> +    </tr> +    </table> +    <a href="https://web.archive.org/web/20091022172313/http://geocities.com/salat2001de/hitch/hitchhiker.html"> +        <img src="/static/panic.gif" /> +    </a>  </center>  {% endblock %} | 
