diff options
author | tpart <tpart120@proton.me> | 2024-09-21 21:00:53 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-21 21:00:53 +0200 |
commit | 636d94cfe483e8a3e6fcd49d0eded4655c981e14 (patch) | |
tree | 406155c036d35886dc37cd41dc9396b43bfb8c15 | |
parent | 7a26ef5b414efe65746dbe78cfdb67f2da2d82ed (diff) | |
download | hurrycurry-website-636d94cfe483e8a3e6fcd49d0eded4655c981e14.tar hurrycurry-website-636d94cfe483e8a3e6fcd49d0eded4655c981e14.tar.bz2 hurrycurry-website-636d94cfe483e8a3e6fcd49d0eded4655c981e14.tar.zst |
Fix underlined badge style
-rw-r--r-- | index.html | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -144,12 +144,8 @@ </tr> </table> - <a href='https://flathub.org/apps/org.metamuffin.hurrycurry.client'> - <img width='240' alt='Get it on Flathub' src='./badge-flathub.png'/> - </a> - <a href='https://metamuffin1.itch.io/hurrycurry'> - <img width='240' alt='Available on itch.io' src='./badge-itchio.png'/> - </a> + <a href='https://flathub.org/apps/org.metamuffin.hurrycurry.client'><img width='240' alt='Get it on Flathub' src='./badge-flathub.png'/></a> + <a href='https://metamuffin1.itch.io/hurrycurry'><img width='240' alt='Available on itch.io' src='./badge-itchio.png'/></a> <h2>Public Servers</h2> <iframe src="https://hurrycurry-registry.metamuffin.org/v1/list" frameborder="0" style="width: 100%;"></iframe> |