Hello World! (Copy 7866)
✨ PANITHAN KONGTHONG
<!DOCTYPE html> <html> <head> <title>MY path SVG</title> </head> <body> <svg viewBox="0 0 100 100"> <path fill="#0000" stroke="deeppink" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" d=" m30,10 a1,1 0 1,0 0,20 " /> </svg> </body> </html>