Hello World! (Copy 5049)
✨ Oof Thiraphop
<html> <head> <title>Let's Start</title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } svg{ background: white; } </style> </head> <body> <svg viewbox = "0 0 60 30"> <rect height = "30" width = "60" fill = "#00778B" ></rect> <rect height = "10" width = "60" fill = "#FFC72C" y = 10 ></rect> <polygon fill = "black" points = "0,0 30,15 0,30"> </polygon> </svg> </body> </html>