diff options
| author | marcellus <msimon_fr@hotmail.com> | 2025-05-10 19:42:34 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2025-05-10 19:42:34 +0200 |
| commit | 0918bf5831e0899d1f0683fce5ac92038736bb60 (patch) | |
| tree | 9d172d5f134cb529685fd6228888019e6d70c375 | |
| parent | a7e85de91a9c3c57d908e54dc16856b4f58e2ec4 (diff) | |
feat: added Tildeeth to the webring
| -rw-r--r-- | main.html | 4 | ||||
| -rw-r--r-- | style.css | 7 |
2 files changed, 8 insertions, 3 deletions
@@ -64,9 +64,7 @@ <a href="https://tamanochi.world"> <img src="https://tamanotchi.world/includes/img/tamanotchi.gif"> </a> - <a href="https://www.thunderperfectwitchcraft.org/index.html"> - <img > - </a> + <a class="tildeeth" href="https://guillotinemelody.dev">Friend!</a> </marquee> <object id="melonland-surf-club" data="https://melonland.net/surf-badge.svg?fill=#2ec27e" type="image/svg+xml" style="width: 100px; height: 100px;"></object> </div> @@ -108,6 +108,13 @@ marquee{ margin: 5px; } +.tildeeth{ + color: #cc80a6; + text-align: center; + padding: 0.3em; + border: 2px dashed #cc80a6 +} + .content-container{ margin: 20px 10%; display: grid; |
