heartranked

git clone https://git.tarina.org/heartranked
Log | Files | Refs | README

commit 6e82ee1c30561ae190ae79563e84492168031cf2
parent e79873fdae9b0bca67c6c04c9b31f4c70a23a959
Author: rbckman <rob@tarina.org>
Date:   Wed, 19 Aug 2026 21:24:22 +0300

remove non country flags

Diffstat:
Mhtml/heartranked.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/heartranked.html b/html/heartranked.html @@ -15,7 +15,7 @@ $if rights=='mod' or rights=='admin': <div id="visitors"> last VISITS by COUNTRIES<br> $for i in visitors: - <img src="static/flags/${i}.png"> + <img src="static/flags/${i}.png" onerror="this.remove()"> <br> $unique UNICORNS 🦄 PEACE! ☮️ <br>