okay we don't really need to hotlink our *own* images,,
This commit is contained in:
parent
7f79c639df
commit
b4ca034081
4 changed files with 3 additions and 3 deletions
|
|
@ -15,14 +15,14 @@
|
|||
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 -->
|
||||
<img
|
||||
src="https://i.eritbh.me/temp/umbreon.png"
|
||||
src="img/umbreon.png"
|
||||
width="48"
|
||||
height="58"
|
||||
alt="an umbreon getting ready to pounce"
|
||||
title="an umbreon getting ready to pounce"
|
||||
>
|
||||
<img
|
||||
src="https://i.eritbh.me/temp/kate.png"
|
||||
src="img/kate.png"
|
||||
width="54"
|
||||
height="86"
|
||||
alt="the female protagonist of Pokemon Ranger: Shadows of Almia doing her ranger pose"
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
<img
|
||||
alt="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">
|
||||
<picture>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue