Arab Emigrate Flag
✨ นายปัณณธร กระแสร์วิก
<html> <head> <title>Let's Start</title> <style> body{ background:lightblue; margin:5em; font-family:sans-serif; } </style> </head> <body> <svg viewBox="0 0 20 9"> <rect width="15" height="3" fill="green"/> <rect width="15" height="3" y="6"/> <rect width="15" height="3" y="3" fill="white"/> <rect width="4" height="9" fill="red"/> </svg> </body> </html>