tamagochi added
crispy-caesus 114518720+crispy-caesus@users.noreply.github.com
Sun, 23 Feb 2025 16:28:52 +0100
1 files changed,
9 insertions(+),
1 deletions(-)
jump to
M
templates/index.html
→
templates/index.html
@@ -26,6 +26,8 @@ Currently I'm learning a bunch about server monitoring, as part of
a school project </p> </article> + <div id="tamagotchi-container" style="position: relative; width: 60px; height: 54px;"></div> + <script src="https://unicodeangel.neocities.org/scripts/tamaWebchiMimitchi.js"></script> </div> <div class="small-box container" style="min-height: 10%"> cool people@@ -97,9 +99,15 @@ <div>
<footer> <div class="box footer"> <div class="credits"> - <br />art drawn by the amazing + <br> + <p>art drawn by the amazing</p> <a title="VanillaPunkk Instagram" href="https://www.instagram.com/vannillapunkk/" target="_blank" rel="noopener nofererrer">VanillaPunkk</a> + <p> | </p> + <p>tamagochi by</p> + <a title="unicodeangel" href="unicodeangel.neocities.org" target="_blank" rel="noopener nofererrer"> + Unicode Angel + </a> </div> </div> </footer>