294 lines
12 KiB
HTML
294 lines
12 KiB
HTML
<!doctype html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Choose Browser - Dark</title>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script>
|
|
tailwind.config = {
|
|
darkMode: "class",
|
|
};
|
|
</script>
|
|
</head>
|
|
<body class="dark min-h-screen bg-gradient-to-br from-slate-950 via-slate-900 to-slate-950 flex flex-col">
|
|
<nav class="flex items-center justify-center gap-8 p-4 border-b border-slate-800">
|
|
<span class="text-sm font-mono text-slate-300">Dark</span>
|
|
<a href="light.html" class="text-sm font-mono text-slate-500 hover:text-slate-300 transition-colors">Light</a>
|
|
</nav>
|
|
|
|
<main class="flex-1 flex items-center justify-center p-4">
|
|
<div class="w-full max-w-md">
|
|
<div
|
|
class="bg-slate-900/80 backdrop-blur-xl border border-slate-700/50 rounded-2xl shadow-2xl shadow-black/50 overflow-hidden"
|
|
>
|
|
<div class="p-5 border-b border-slate-700/50">
|
|
<div class="flex items-center gap-3 mb-4">
|
|
<div
|
|
class="w-10 h-10 rounded-xl bg-gradient-to-br from-blue-500 to-cyan-500 flex items-center justify-center"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="w-5 h-5 text-white"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<circle cx="12" cy="12" r="10"></circle>
|
|
<line x1="2" y1="12" x2="22" y2="12"></line>
|
|
<path
|
|
d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"
|
|
></path>
|
|
</svg>
|
|
</div>
|
|
<div>
|
|
<h2 class="text-lg font-semibold text-white">Выберите браузер</h2>
|
|
<p class="text-sm text-slate-400">Для открытия ссылки</p>
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center gap-2 px-4 py-3 bg-slate-800/50 rounded-xl border border-slate-700/50">
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="w-4 h-4 text-slate-500 flex-shrink-0"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path>
|
|
<polyline points="15 3 21 3 21 9"></polyline>
|
|
<line x1="10" y1="14" x2="21" y2="3"></line>
|
|
</svg>
|
|
<span class="text-sm text-slate-300 truncate font-mono">ku6epxboctuk.github.io</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="p-3">
|
|
<div class="space-y-2">
|
|
<button
|
|
class="w-full flex items-center gap-4 p-4 rounded-xl transition-all duration-200 bg-slate-800 ring-2 ring-blue-500/50"
|
|
>
|
|
<div
|
|
class="w-12 h-12 rounded-xl flex items-center justify-center text-2xl bg-gradient-to-br shadow-lg from-orange-500 to-red-500"
|
|
>
|
|
🦊
|
|
</div>
|
|
<div class="flex-1 text-left">
|
|
<div class="flex items-center gap-2">
|
|
<span class="font-medium text-white">Work browser</span>
|
|
<span class="px-2 py-0.5 text-xs font-medium bg-blue-500/20 text-blue-400 rounded-full"
|
|
>По умолчанию</span
|
|
>
|
|
</div>
|
|
</div>
|
|
<div class="w-6 h-6 rounded-full flex items-center justify-center bg-blue-500 text-white">
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="w-4 h-4"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<polyline points="20 6 9 17 4 12"></polyline>
|
|
</svg>
|
|
</div>
|
|
</button>
|
|
|
|
<button
|
|
class="w-full flex items-center gap-4 p-4 rounded-xl transition-all duration-200 bg-slate-800/30 hover:bg-slate-800/70 group"
|
|
>
|
|
<div
|
|
class="w-12 h-12 rounded-xl flex items-center justify-center text-2xl bg-gradient-to-br shadow-lg from-pink-500 to-rose-500"
|
|
>
|
|
🔥
|
|
</div>
|
|
<div class="flex-1 text-left">
|
|
<span class="font-medium text-white">Ku6epXBOCTuK</span>
|
|
</div>
|
|
<div
|
|
class="w-6 h-6 rounded-full flex items-center justify-center bg-slate-700/50 group-hover:bg-slate-700"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="w-4 h-4 text-slate-500 group-hover:text-slate-400"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<polyline points="9 18 15 12 9 6"></polyline>
|
|
</svg>
|
|
</div>
|
|
</button>
|
|
|
|
<button
|
|
class="w-full flex items-center gap-4 p-4 rounded-xl transition-all duration-200 bg-slate-800/30 hover:bg-slate-800/70 group"
|
|
>
|
|
<div
|
|
class="w-12 h-12 rounded-xl flex items-center justify-center text-2xl bg-gradient-to-br shadow-lg from-blue-500 to-green-500"
|
|
>
|
|
🌐
|
|
</div>
|
|
<div class="flex-1 text-left">
|
|
<span class="font-medium text-white">Chrome</span>
|
|
</div>
|
|
<div
|
|
class="w-6 h-6 rounded-full flex items-center justify-center bg-slate-700/50 group-hover:bg-slate-700"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="w-4 h-4 text-slate-500 group-hover:text-slate-400"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<polyline points="9 18 15 12 9 6"></polyline>
|
|
</svg>
|
|
</div>
|
|
</button>
|
|
|
|
<button
|
|
class="w-full flex items-center gap-4 p-4 rounded-xl transition-all duration-200 bg-slate-800/30 hover:bg-slate-800/70 group"
|
|
>
|
|
<div
|
|
class="w-12 h-12 rounded-xl flex items-center justify-center text-2xl bg-gradient-to-br shadow-lg from-violet-500 to-purple-500"
|
|
>
|
|
🧘
|
|
</div>
|
|
<div class="flex-1 text-left">
|
|
<span class="font-medium text-white">Zen Browser</span>
|
|
</div>
|
|
<div
|
|
class="w-6 h-6 rounded-full flex items-center justify-center bg-slate-700/50 group-hover:bg-slate-700"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="w-4 h-4 text-slate-500 group-hover:text-slate-400"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<polyline points="9 18 15 12 9 6"></polyline>
|
|
</svg>
|
|
</div>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="px-5 pb-4 space-y-3">
|
|
<label class="flex items-center gap-3 cursor-pointer group">
|
|
<div
|
|
class="w-5 h-5 rounded-md border-2 border-slate-600 group-hover:border-slate-500 flex items-center justify-center transition-all"
|
|
></div>
|
|
<span class="text-sm text-slate-400 group-hover:text-slate-300 transition-colors">
|
|
Запомнить выбор для <span class="text-slate-300 font-mono">ku6epxboctuk.github.io</span>
|
|
</span>
|
|
</label>
|
|
<label class="flex items-center gap-3 cursor-pointer group">
|
|
<div
|
|
class="w-5 h-5 rounded-md border-2 border-blue-500 bg-blue-500 flex items-center justify-center transition-all"
|
|
>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="w-3 h-3 text-white"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="3"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
>
|
|
<polyline points="20 6 9 17 4 12"></polyline>
|
|
</svg>
|
|
</div>
|
|
<span class="text-sm text-slate-300 transition-colors">Всегда спрашивать</span>
|
|
</label>
|
|
</div>
|
|
|
|
<div class="px-5 py-4 border-t border-slate-700/50 flex items-center justify-between">
|
|
<div class="flex items-center gap-4">
|
|
<button class="flex items-center gap-2 text-sm text-slate-400 hover:text-white transition-colors">
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
class="lucide lucide-sun-icon lucide-sun"
|
|
>
|
|
<circle cx="12" cy="12" r="4" />
|
|
<path d="M12 2v2" />
|
|
<path d="M12 20v2" />
|
|
<path d="m4.93 4.93 1.41 1.41" />
|
|
<path d="m17.66 17.66 1.41 1.41" />
|
|
<path d="M2 12h2" />
|
|
<path d="M20 12h2" />
|
|
<path d="m6.34 17.66-1.41 1.41" />
|
|
<path d="m19.07 4.93-1.41 1.41" />
|
|
</svg>
|
|
</button>
|
|
<button class="flex items-center gap-2 text-sm text-slate-400 hover:text-white transition-colors">
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="24"
|
|
height="24"
|
|
viewBox="0 0 24 24"
|
|
fill="none"
|
|
stroke="currentColor"
|
|
stroke-width="2"
|
|
stroke-linecap="round"
|
|
stroke-linejoin="round"
|
|
class="lucide lucide-cog-icon lucide-cog"
|
|
>
|
|
<path d="M11 10.27 7 3.34" />
|
|
<path d="m11 13.73-4 6.93" />
|
|
<path d="M12 22v-2" />
|
|
<path d="M12 2v2" />
|
|
<path d="M14 12h8" />
|
|
<path d="m17 20.66-1-1.73" />
|
|
<path d="m17 3.34-1 1.73" />
|
|
<path d="M2 12h2" />
|
|
<path d="m20.66 17-1.73-1" />
|
|
<path d="m20.66 7-1.73 1" />
|
|
<path d="m3.34 17 1.73-1" />
|
|
<path d="m3.34 7 1.73 1" />
|
|
<circle cx="12" cy="12" r="2" />
|
|
<circle cx="12" cy="12" r="8" />
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
<div class="flex">
|
|
<p class="text-center text-xs text-slate-600">Esc - закрыть</p>
|
|
</div>
|
|
<button
|
|
class="px-6 py-2.5 rounded-xl font-medium text-sm bg-gradient-to-r from-blue-500 to-cyan-500 text-white hover:shadow-lg hover:shadow-blue-500/25 hover:scale-105 transition-all"
|
|
>
|
|
Открыть
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html>
|