Mali Flag
✨ JITRIN UTHAIRASMEE
<html> <head> <title>Let's Start </title> <style> body{ background:#333; margin:1em; font-family:sans-serif; } svg{ background:#eee; } </style> </head> <body> <svg viewBox="0 0 18 12"> <rect fill="green" width="6" height="12" x="0" y="0"> </rect> <rect fill="yellow" width="6" height="12" x="6" y="0"> </rect> <rect fill="red" width="6" height="12" x="12" y="0"> </rect> </svg> </body> </html>