31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 500" width="400" height="500">
|
|
<rect width="100%" height="100%" fill="#f9fafb"/>
|
|
|
|
<!-- Card container -->
|
|
<rect x="50" y="80" width="300" height="340" rx="8" fill="#ffffff" stroke="#e5e7eb"/>
|
|
|
|
<!-- Logo placeholder -->
|
|
<circle cx="200" cy="130" r="30" fill="#e5e7eb"/>
|
|
<text x="200" y="135" text-anchor="middle" font-family="sans-serif" font-size="12" fill="#9ca3af">Logo</text>
|
|
|
|
<!-- Title -->
|
|
<text x="200" y="190" text-anchor="middle" font-family="sans-serif" font-size="20" font-weight="bold" fill="#111827">Welcome Back</text>
|
|
|
|
<!-- Email input -->
|
|
<text x="70" y="230" font-family="sans-serif" font-size="12" fill="#374151">Email</text>
|
|
<rect x="70" y="240" width="260" height="40" rx="4" fill="#ffffff" stroke="#d1d5db"/>
|
|
<text x="82" y="265" font-family="sans-serif" font-size="14" fill="#9ca3af">you@example.com</text>
|
|
|
|
<!-- Password input -->
|
|
<text x="70" y="300" font-family="sans-serif" font-size="12" fill="#374151">Password</text>
|
|
<rect x="70" y="310" width="260" height="40" rx="4" fill="#ffffff" stroke="#d1d5db"/>
|
|
<text x="82" y="335" font-family="sans-serif" font-size="14" fill="#9ca3af">••••••••</text>
|
|
|
|
<!-- Sign in button -->
|
|
<rect x="70" y="370" width="260" height="40" rx="4" fill="#3b82f6"/>
|
|
<text x="200" y="395" text-anchor="middle" font-family="sans-serif" font-size="14" fill="#ffffff">Sign In</text>
|
|
|
|
<!-- Forgot password link -->
|
|
<text x="200" y="435" text-anchor="middle" font-family="sans-serif" font-size="12" fill="#3b82f6">Forgot password?</text>
|
|
</svg> |