image changes
This commit is contained in:
parent
3455ec93a0
commit
32958693b0
|
|
@ -62,6 +62,7 @@
|
||||||
|
|
||||||
<section class="button-page">
|
<section class="button-page">
|
||||||
<aside class="button-wall" aria-label="88x31 buttons">
|
<aside class="button-wall" aria-label="88x31 buttons">
|
||||||
|
<img src="/assets/88x31/underwearisforloser.gif" alt="UnderwearIsForLoser" loading="lazy">
|
||||||
<img src="/assets/88x31/antifa.gif" alt="AntiFa" loading="lazy">
|
<img src="/assets/88x31/antifa.gif" alt="AntiFa" loading="lazy">
|
||||||
<img src="/assets/88x31/killmenow.gif" alt="KillMeNow" loading="lazy">
|
<img src="/assets/88x31/killmenow.gif" alt="KillMeNow" loading="lazy">
|
||||||
<img src="/assets/88x31/palestine.gif" alt="Palestine" loading="lazy">
|
<img src="/assets/88x31/palestine.gif" alt="Palestine" loading="lazy">
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
|
|
@ -166,7 +166,7 @@
|
||||||
'<div class="fc-banner"></div>' +
|
'<div class="fc-banner"></div>' +
|
||||||
'<div class="fc-main">' +
|
'<div class="fc-main">' +
|
||||||
'<span class="fc-avatar">' +
|
'<span class="fc-avatar">' +
|
||||||
'<img class="fc-pfp" src="' + esc(m.img) + '" alt="' + esc(m.name) + '" loading="lazy">' +
|
'<img class="fc-pfp" src="' + esc(m.img) + '" alt="' + esc(m.name) + '" loading="eager">' +
|
||||||
'<span class="fc-status" title="not connected to Lanyard"></span>' +
|
'<span class="fc-status" title="not connected to Lanyard"></span>' +
|
||||||
'</span>' +
|
'</span>' +
|
||||||
'<span class="fc-id">' +
|
'<span class="fc-id">' +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue