diff --git a/src/main.cpp b/src/main.cpp
index 2b20206..1c5d278 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -75,7 +75,11 @@ int main() {
// Social media
center
->addChild(new Tag("p", R"(Twitter / Discord / Github / Twitch)"));
-
+
+ // #standwithukraine banner
+ center
+ ->addChild(new Tag("p", R"( 💙 #standwithukraine 💛)"));
+
// Print generated html to stdout
html.show();
}