Hello World! (Copy 6732)
✨ NARUMOL THONGCHUE
<html> <head> <title>Let's Start</title> <style> body{ background:#eee; margin:1em; font-family:sans-serif; } svg{background:#6663} </style> </head> <body> <svg viewBox="0 0 100 100"> <path d="M10,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M20,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M30,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M40,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M50,0 v100" stroke-width="0.5" stroke="#0008"/> <path d="M60,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M70,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M80,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M90,0 v100" stroke-width="0.5" stroke="#0005"/> <path d="M0,10 h100" stroke-width="0.5" stroke="#0005"/> <path d="M0,20 h100" stroke-width="0.5" stroke="#0005"/> <path d="M0,30 h100" stroke-width="0.5" stroke="#0005"/> <path d="M0,40 h100" stroke-width="0.5" stroke="#0005"/> <path d="M0,50 h100" stroke-width="0.5" stroke="#0008"/> <path d="M0,60 h100" stroke-width="0.5" stroke="#0005"/> <path d="M0,70 h100" stroke-width="0.5" stroke="#0005"/> <path d="M0,80 h100" stroke-width="0.5" stroke="#0005"/> <path d="M0,90 h100" stroke-width="0.5" stroke="#0005"/> <path d="M20,40 v30 L50,100 L80,70 v-30 L50,10 L20,40" stroke-width="0.5"stroke="#3d39" fill="#3d33"/> <path d="M20,40 L50,70 L80,40" stroke-width="0.5"stroke="#3d39" fill="#3d30"/> <path d="M20,70 L50,40 L80,70" stroke-width="0.5"stroke="#3d39" fill="#3d30"/> <path d="M30,60 L50,80 L70,60 v-2.5 L50,77.5 L30,57.5 v2.5 " stroke-width="0.5"stroke="#33d9" fill="#33d3"/> <path d="M30,57.5 L50,37.5 L70,57.5 L50,77.5"stroke-width="0.5"stroke="#33d9" fill="#33d3"/> <path d="M30,60 L50,40 L70,60 L50,80"stroke-width="0.5"stroke="#33d9" fill="#33d3"/> </svg> </body> </html>