mirror of
https://wiilab.wiimart.org/wiimart/WiiMart-github-io
synced 2025-09-02 19:40:59 +02:00
New member
This commit is contained in:
parent
a70dca3e50
commit
1b53c11319
@ -180,9 +180,16 @@
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-subnetic.png" class="pfp">
|
||||
<p class="mem"><b class="uname">Subnetic</b> is one of the Discord moderators, he frequently helps with the Virtual Console injects that are added.<br><br>
|
||||
<p class="mem"><b class="uname">Subnetic</b> is one of the Discord moderators, he frequently creates the Virtual Console injects that are added.<br><br>
|
||||
<a href="https://youtube.com/@subnetic96"><button><img loading="lazy" src="meta/ico-yt.png" class="ico"></button></a> <a href="https://gbatemp.net/members/subnetic.740778/"><button><img loading="lazy" src="meta/ico-web.png" class="ico"></button></a></p>
|
||||
</div>
|
||||
<div class="pfp">
|
||||
<img loading="lazy" src="media/pfp-peg.png" id="pfpMeow" class="pfp" style="cursor:help">
|
||||
<p class="mem"><b class="uname">Peg</b> is one of the Discord moderators.<br><br>
|
||||
What a nice cat, I think you should give it a click!</p>
|
||||
<audio id="soundMeow" src="meta/gary.mp3"></audio>
|
||||
<script>const clickableImage = document.getElementById('pfpMeow'); const sound = document.getElementById('soundMeow'); clickableImage.addEventListener('click', function() {const newSound = new Audio(sound.src); newSound.play();});</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -40,6 +40,7 @@
|
||||
<tr><td><a href="pfp-idkwh.png">pfp-idkwh.png</a></td></tr>
|
||||
<tr><td><a href="pfp-larsenv.png">pfp-larsenv.png</a></td></tr>
|
||||
<tr><td><a href="pfp-ocarina.png">pfp-ocarina.png</a></td></tr>
|
||||
<tr><td><a href="pfp-peg.png">pfp-peg.png</a></td></tr>
|
||||
<tr><td><a href="pfp-rm05.png">pfp-rm05.png</a></td></tr>
|
||||
<tr><td><a href="pfp-selim.png">pfp-selim.png</a></td></tr>
|
||||
<tr><td><a href="pfp-subnetic.png">pfp-subnetic.png</a></td></tr>
|
||||
|
BIN
media/pfp-peg.png
Normal file
BIN
media/pfp-peg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 31 KiB |
BIN
meta/gary.mp3
Normal file
BIN
meta/gary.mp3
Normal file
Binary file not shown.
@ -25,6 +25,7 @@
|
||||
<tr><td><a href="favicon-fishie.ico">favicon-fishie.ico</a></td></tr>
|
||||
<tr><td><a href="favicon.ico">favicon.ico</a></td></tr>
|
||||
<tr><td><a href="gallery.js">gallery.js</a></td></tr>
|
||||
<tr><td><a href="gary.mp3">gary.mp3</a></td></tr>
|
||||
<tr><td><a href="ico-git.png">ico-git.png</a></td></tr>
|
||||
<tr><td><a href="ico-web.png">ico-web.png</a></td></tr>
|
||||
<tr><td><a href="ico-yt.png">ico-yt.png</a></td></tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user