fixed broken links

This commit is contained in:
Lynne Megido 2020-03-07 21:45:32 +10:00
parent b1e6bee78d
commit c841a6e53f
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
3 changed files with 3 additions and 3 deletions

BIN
assets/img/bune.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

BIN
assets/img/bune.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -3,8 +3,8 @@ title: "Welcome!"
layout: default
---
<picture id="bune">
<source type="image/webp" srcset="https://lynnesbian.space/img/bune.webp">
<img id="bune" src='https://lynnesbian.space/img/bune.png' alt="A drawing of a rabbit with brown-tipped ears sniffing the air excitedly!">
<source type="image/webp" srcset="/assets/img/bune.webp">
<img id="bune" src='/assets/img/bune.png' alt="A drawing of a rabbit with brown-tipped ears sniffing the air excitedly!">
</picture>
<h1>Henlo!</h1>
<p>
@ -17,5 +17,5 @@ layout: default
I provide a Searx instance <a href="https://searx.lynnesbian.space">here</a>, which you can use to search the web for pages, images, files, and more. I also provide a few <a href="https://apt.bune.city">mirrors</a> of small apt repositories.
</p>
<p>
My public PGP key is available <a href='https://keybase.io/lynnesbian/pgp_keys.asc'>here</a>, hosted on Keybase. I have proven ownership of lynnesbian.space via <a href='/keybase.txt'>keybase.txt</a>, so you can be sure it's really me.
My public PGP key is available <a href='https://keybase.io/lynnesbian/pgp_keys.asc'>here</a>, hosted on Keybase. I have proven ownership of lynnesbian.space via <a href='https://keybase.io/lynnesbian/sigchain#ad0cb53b48a917df3c369f64150672fc86be8bd946850269b81d25fd068626d30f'>DNS</a>, so you can be sure it's really me.
</p>