Files
php-flasher/docs/_includes/banner.html
T
Younes ENNAJI f411c6e3cb Wip
2025-03-11 05:53:39 +00:00

8 lines
606 B
HTML

<div class="bg-green-700 text-white text-center p-1.5 leading-tight shadow-lg relative overflow-hidden">
<div class="absolute inset-0 bg-gradient-to-r from-green-800 to-green-600 opacity-50"></div>
<div class="container mx-auto px-4 relative z-10">
<span class="text-xl font-bold"><img src="/static/images/palestine-flag.png" alt="Palestinian Flag" class="inline h-4 w-auto mr-1"> Solidarity with Palestine.</span>
<span class="inline text-xs sm:text-sm md:text-base ml-1">We seek justice and peace, and strongly oppose all forms of injustice and genocide.</span>
</div>
</div>