fixed broken links
This commit is contained in:
parent
b1e6bee78d
commit
c841a6e53f
3 changed files with 3 additions and 3 deletions
BIN
assets/img/bune.png
Normal file
BIN
assets/img/bune.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 198 KiB |
BIN
assets/img/bune.webp
Normal file
BIN
assets/img/bune.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -3,8 +3,8 @@ title: "Welcome!"
|
||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
<picture id="bune">
|
<picture id="bune">
|
||||||
<source type="image/webp" srcset="https://lynnesbian.space/img/bune.webp">
|
<source type="image/webp" srcset="/assets/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!">
|
<img id="bune" src='/assets/img/bune.png' alt="A drawing of a rabbit with brown-tipped ears sniffing the air excitedly!">
|
||||||
</picture>
|
</picture>
|
||||||
<h1>Henlo!</h1>
|
<h1>Henlo!</h1>
|
||||||
<p>
|
<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.
|
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>
|
||||||
<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>
|
</p>
|
Loading…
Reference in a new issue