bahrain
✨ SANTHITA KRAJANGWONGPAISAN
<html> <head> <title>Let's Start </title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; background: #a6a6a6; } svg{ background: rgb(206, 17, 38); width:100%; transform-style: preserve-3d; } </style> </head> <body> <svg viewbox="0 0 1000 600" fill="white"> <path d=" m0,0 H 250 L 400,37.5 250,75 400,112.5 250,150 400,187.5 250,225 400,262.5 250,300 400,337.5 250,375 400,412.5 250,450 400,487.5 250,525 400,562.5 250,600 H 0 Z"> </path> </svg> </svg> </body> <script> </script> </html>