Created
March 18, 2026 11:31
-
-
Save kksudo/43e61dd29877c9832012f62800e36386 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 360 240" width="360" height="240"> | |
| <defs> | |
| <linearGradient id="bg3" x1="0%" y1="0%" x2="0%" y2="100%"> | |
| <stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1" /> | |
| <stop offset="100%" style="stop-color:#16213e;stop-opacity:1" /> | |
| </linearGradient> | |
| </defs> | |
| <rect width="360" height="240" rx="12" fill="url(#bg3)"/> | |
| <text x="180" y="28" font-family="Arial, sans-serif" font-size="14" font-weight="bold" fill="#e94560" text-anchor="middle">Шаг 3: Загрузите правила маршрутизации</text> | |
| <!-- Browser mockup --> | |
| <rect x="30" y="45" width="300" height="40" rx="8" fill="#0f3460" stroke="#333" stroke-width="1"/> | |
| <rect x="40" y="53" width="220" height="24" rx="12" fill="#1a1a2e" stroke="#333" stroke-width="1"/> | |
| <text x="150" y="69" font-family="Arial, sans-serif" font-size="10" fill="#e94560">🔗 routing.help</text> | |
| <!-- Arrow --> | |
| <text x="180" y="105" font-family="Arial, sans-serif" font-size="20" fill="#e94560" text-anchor="middle">⬇</text> | |
| <!-- HAPP opens --> | |
| <rect x="60" y="115" width="240" height="110" rx="10" fill="#0a0a1a" stroke="#e94560" stroke-width="1.5"/> | |
| <rect x="68" y="123" width="224" height="20" rx="4" fill="#0f3460"/> | |
| <text x="180" y="137" font-family="Arial, sans-serif" font-size="10" fill="white" text-anchor="middle">HAPP — Routing</text> | |
| <text x="180" y="160" font-family="Arial, sans-serif" font-size="10" fill="#4ecca3" text-anchor="middle">✅ Набор правил «RoscomVPN»</text> | |
| <text x="180" y="175" font-family="Arial, sans-serif" font-size="10" fill="#4ecca3" text-anchor="middle">загружен автоматически!</text> | |
| <!-- Rules summary --> | |
| <text x="95" y="198" font-family="Arial, sans-serif" font-size="8" fill="#a8a8a8">🇷🇺 .ru → напрямую</text> | |
| <text x="210" y="198" font-family="Arial, sans-serif" font-size="8" fill="#a8a8a8">🌍 YouTube → VPN</text> | |
| <text x="95" y="213" font-family="Arial, sans-serif" font-size="8" fill="#a8a8a8">📱 Telegram → VPN</text> | |
| <text x="210" y="213" font-family="Arial, sans-serif" font-size="8" fill="#a8a8a8">🚫 Реклама → блок</text> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment