NoteDiscovery/docs/demo-button.svg

11 lines
540 B
XML
Raw Permalink Normal View History

2026-01-16 10:24:09 +00:00
<svg xmlns="http://www.w3.org/2000/svg" width="180" height="40" viewBox="0 0 180 40">
<defs>
<linearGradient id="demoGrad" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" style="stop-color:#10b981"/>
<stop offset="100%" style="stop-color:#059669"/>
</linearGradient>
</defs>
<rect width="180" height="40" rx="8" fill="url(#demoGrad)"/>
<text x="90" y="25" font-family="system-ui, -apple-system, sans-serif" font-size="14" font-weight="600" fill="white" text-anchor="middle">🚀 Try Live Demo</text>
</svg>