Armenia flag 63070004
✨ นายกฤติน กลิ่นแก้ว
<html> <head> <title>Let's Start </title> <style> body{ background:#ccc; margin:1em; font-family:sans-serif; } svg{ height:90vh; background:white; } </style> </head> <body> <svg viewbox="0 0 130 100"> <rect fill="#d90012" width="130" height="33.33" x="0" y="0" > </rect> <rect fill="#0033a0" width="130" height="33.33" x="0" y="33.33" > </rect> <rect fill="#f2a800" width="130" height="33.34" x="0" y="66.66" > </rect> </svg> </svg> </body> </html>