Hello World! (Copy 6797)
✨ Sumet Khetkam
<html> <head> <title>Let's Start </title> </head> <body> <svg viewBox="0 0 100 100"> <defs> <pattern id="nezuko_pattern" viewBox="0 0 6 4" patternUnits="userSpaceOnUse" x="-1" y="0" width="6" height="4" > <rect width="100" height="100" fill="#f6b9be"/> <path stroke="#84474c" fill="transparent" stroke-width=".1" d="M0,2 L1,0 L3,0 L2,2 L0,2 L3,0 M0,2 L1,4 L3,4 L2,2 L0,2 L3,4 M3,0 L4,2 L6,2 L3,0 L5,0 L6,2 M3,4 L4,2 L6,2 L3,4 L5,4 L6,2 M3,4 L3,0 M6,0 L6,4 M0,0 L0,4"> </pattern> </defs> <rect fill="url(#nezuko_pattern)" width="100" height="100"/> </svg> </body> </html>