Flag Ukraine
✨ CHOMPOONUCH TRAISIN
<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 10 6"> <rect fill="#FFD500" width="50" height="50" x="0" y="0"> </rect> <rect fill="#005BBB" width="50" height="3" x="0" y="0"> </rect> </svg> </body> </html>