belguim 63070084 (Copy 5777)
✨ 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 9 6"> <rect fill="black" width="9" height="2" x="0" y="0"/> <rect fill="yellow" width="9" height="2" x="0" y="2"/> <rect fill="red" width="9" height="2" x="0" y="4"/> </svg> </body> </html>