diff options
| author | nathan <nathansmith@posteo.com> | 2025-04-25 06:35:13 +0000 | 
|---|---|---|
| committer | nathan <nathansmith@posteo.com> | 2025-04-25 06:35:13 +0000 | 
| commit | 03d4f27aa76fa6520c287ef6ae70855f863ff7ad (patch) | |
| tree | a94b19d590ef26d78387b0d01d91744fc1015620 | |
| parent | 0521ba37c52365904a0b08e63c47eecf5f9669cc (diff) | |
| download | shittyweb-03d4f27aa76fa6520c287ef6ae70855f863ff7ad.tar.gz shittyweb-03d4f27aa76fa6520c287ef6ae70855f863ff7ad.tar.bz2 shittyweb-03d4f27aa76fa6520c287ef6ae70855f863ff7ad.zip  | |
Added emacs button
| -rw-r--r-- | images/gnu-made.png | bin | 0 -> 5272 bytes | |||
| -rw-r--r-- | index.html | 7 | 
2 files changed, 6 insertions, 1 deletions
diff --git a/images/gnu-made.png b/images/gnu-made.png Binary files differnew file mode 100644 index 0000000..ea93ff3 --- /dev/null +++ b/images/gnu-made.png @@ -233,7 +233,12 @@ table {          <img src="images/tiny_lain.gif" alt="Lain"/>          <br/> -        <img src="images/ublock_now.png" alt="ublock now"/> +        <a href="https://www.gnu.org/software/emacs" target="_blank"> +            <img src="images/gnu-made.png" alt="Made with gnu emacs"/> +        </a> +        <a href="https://ublockorigin.com" target="_blank"> +            <img src="images/ublock_now.png" alt="ublock now"/> +        </a>          <img src="images/crush_capitalism.png" alt="crush capitalism!"/>          <img src="images/antinft.gif" alt="This is an Anti-NFT Site"/>          <img src="images/linux_powered.gif" alt="Linux powered"/>  | 
