flag-63070009
✨ Kkit 1714
<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 6 6"> <rect fill="green" width="2" height="6" x="0" y="0"/> <rect fill="white" width="2" height="6" x="2" y="0"/> <rect fill="red" width="2" height="6" x="4" y="0"/> </svg> </body> </html>