mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
8 lines
606 B
HTML
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>
|