okay we don't really need to hotlink our *own* images,,

This commit is contained in:
ewin 2024-09-06 07:19:12 -04:00
parent e00f7e99e1
commit 5ba68f7906
Signed by: erin
SSH key fingerprint: SHA256:clvLPaxKthBet+VUQTKQdDkjaqg2/KnYHQaPASp5pFE
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
out/img/kate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
out/img/umbreon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -15,14 +15,14 @@
way to scale an image up by a percentage in css so we just hope way to scale an image up by a percentage in css so we just hope
that we never use a pixel scale other than 2 --> that we never use a pixel scale other than 2 -->
<img <img
src="https://i.eritbh.me/temp/umbreon.png" src="img/umbreon.png"
width="48" width="48"
height="58" height="58"
alt="an umbreon getting ready to pounce" alt="an umbreon getting ready to pounce"
title="an umbreon getting ready to pounce" title="an umbreon getting ready to pounce"
> >
<img <img
src="https://i.eritbh.me/temp/kate.png" src="img/kate.png"
width="54" width="54"
height="86" height="86"
alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose" alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
@ -93,7 +93,7 @@
<img <img
alt="umbreon.online" alt="umbreon.online"
title="umbreon.online" title="umbreon.online"
src="https://i.eritbh.me/temp/umbreon.online%2088x31.gif" src="img/TEMPORARY_88x31_HOTLINK_AT_YOUR_PERIL.gif"
> >
<a href="https://loveshock.xyz"> <a href="https://loveshock.xyz">
<picture> <picture>