13 lines
910 B
XML
13 lines
910 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="630" viewBox="0 0 1200 630">
|
|
<rect width="1200" height="630" fill="#0b0d11"/>
|
|
<rect x="0" y="0" width="1200" height="630" fill="url(#glow)" opacity="0.3"/>
|
|
<defs>
|
|
<radialGradient id="glow" cx="50%" cy="50%" r="50%">
|
|
<stop offset="0%" stop-color="#34d399" stop-opacity="0.2"/>
|
|
<stop offset="100%" stop-color="#0b0d11" stop-opacity="0"/>
|
|
</radialGradient>
|
|
</defs>
|
|
<text x="600" y="270" text-anchor="middle" font-family="Inter, -apple-system, sans-serif" font-size="80" font-weight="800" fill="#e4e7ed">⚡ Doc<tspan fill="#34d399">Fast</tspan></text>
|
|
<text x="600" y="370" text-anchor="middle" font-family="Inter, -apple-system, sans-serif" font-size="36" font-weight="400" fill="#7a8194">HTML & Markdown to PDF API</text>
|
|
<rect x="400" y="420" width="400" height="4" rx="2" fill="#34d399" opacity="0.5"/>
|
|
</svg>
|