<!doctype html><html lang="ru"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Подключение подписки</title><style>body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#070b12;color:#f3f7ff;min-height:100vh;display:grid;place-items:center}main{width:min(680px,100%);box-sizing:border-box;padding:48px 22px;text-align:center}.panel{border:1px solid #27364c;background:linear-gradient(180deg,#111a29,#0c121c);border-radius:22px;padding:36px 24px;box-shadow:0 28px 80px rgba(0,0,0,.48)}.badge{display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 14px;border-radius:999px;background:#19324a;color:#9ddcff;font-size:13px;font-weight:800;margin-bottom:22px}h1{font-size:36px;line-height:1.12;margin:0 0 12px}p{font-size:17px;line-height:1.55;margin:0 auto;color:#bfcbda;max-width:500px}.buttons{display:grid;gap:12px;margin:30px auto 0;max-width:460px}.btn{display:flex;align-items:center;justify-content:center;min-height:56px;padding:0 20px;border-radius:14px;background:#35c6ad;color:#031312;text-decoration:none;font-weight:800;box-shadow:0 14px 34px rgba(53,198,173,.24)}.btn:hover{background:#55dcc6}.btn:active{transform:translateY(1px)}.foot{margin-top:22px;color:#8291a7;font-size:14px}@media(max-width:520px){h1{font-size:30px}.panel{padding:30px 18px;border-radius:18px}.btn{min-height:54px}}</style></head><body><main><section class="panel"><div class="badge">Подписка</div><h1>Подключите подписку</h1><p>Выберите приложение, в котором хотите добавить конфигурацию автоматически.</p><div class="buttons"><a class="btn" href="v2raytun://import/sitemap.xml" data-template="v2raytun://import/{sub_url}">Подключить в приложении v2rayTun</a></div><p class="foot">Если приложение не открылось, убедитесь, что оно установлено на этом устройстве.</p></section></main><script>(function(){var prefix="/";var raw=window.location.pathname;if(raw.indexOf(prefix)===0){raw=raw.slice(prefix.length);}if(!raw){return;}document.querySelectorAll("[data-template]").forEach(function(link){var template=link.getAttribute("data-template");link.href=template.split("{sub_url}").join(raw);});}());</script></body></html>