File size: 32,718 Bytes
c0949db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 |
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Восходящий Шторм: Королевский Гамбит</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
.faction-relation {
height: 6px;
}
.scrollbar-hide::-webkit-scrollbar {
display: none;
}
.fade-in {
animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
</style>
</head>
<body class="bg-gray-900 text-gray-100 min-h-screen">
<!-- Главный контейнер -->
<div class="container mx-auto px-4 py-8">
<!-- Заголовок -->
<header class="mb-8 text-center">
<h1 class="text-4xl font-bold text-blue-400 mb-2">Восходящий Шторм: Королевский Гамбит</h1>
<p class="text-lg text-blue-200">Многоуровневое нелинейное приключение в Кейп-Корале</p>
</header>
<!-- Основные вкладки -->
<div class="flex flex-wrap mb-6 border-b border-gray-700">
<button onclick="switchTab('main')" class="tab-button active px-4 py-2 font-medium text-blue-400 border-b-2 border-blue-400">
<i class="fas fa-home mr-2"></i>Главная
</button>
<button onclick="switchTab('factions')" class="tab-button px-4 py-2 font-medium text-gray-400 hover:text-blue-400">
<i class="fas fa-flag mr-2"></i>Фракции
</button>
<button onclick="switchTab('relations')" class="tab-button px-4 py-2 font-medium text-gray-400 hover:text-blue-400">
<i class="fas fa-project-diagram mr-2"></i>Отношения
</button>
<button onclick="switchTab('npcs')" class="tab-button px-4 py-2 font-medium text-gray-400 hover:text-blue-400">
<i class="fas fa-users mr-2"></i>Персонажи
</button>
<button onclick="switchTab('quests')" class="tab-button px-4 py-2 font-medium text-gray-400 hover:text-blue-400">
<i class="fas fa-tasks mr-2"></i>Квесты
</button>
<button onclick="switchTab('notes')" class="tab-button px-4 py-2 font-medium text-gray-400 hover:text-blue-400">
<i class="fas fa-book mr-2"></i>Заметки
</button>
</div>
<!-- Контент вкладок -->
<div id="main-content" class="tab-content fade-in">
<!-- Главная вкладка -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<!-- Левая колонка -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<h2 class="text-xl font-bold text-blue-300 mb-4"><i class="fas fa-hourglass-half mr-2"></i>Таймер до атаки</h2>
<div class="text-center py-4">
<div class="text-5xl font-bold text-red-400 mb-2">02:12:45</div>
<p class="text-gray-300">до появления Кракена</p>
</div>
<div class="mt-4">
<h3 class="text-lg font-semibold text-blue-300 mb-2">Текущий период:</h3>
<div class="bg-gray-700 rounded p-3">
<span class="font-medium text-yellow-300">День 1 - Вечер</span>
<p class="text-gray-300 mt-1">Игроки могут посетить 1 локацию</p>
</div>
</div>
</div>
<!-- Центральная колонка -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<h2 class="text-xl font-bold text-blue-300 mb-4"><i class="fas fa-map-marked-alt mr-2"></i>Карта Кейп-Корала</h2>
<div class="bg-gray-700 rounded-lg p-4 h-64 flex items-center justify-center">
<img src="https://via.placeholder.com/400x200/1a202c/4a5568?text=Карта+Кейп-Корала" alt="Карта города" class="rounded">
</div>
<div class="mt-4 grid grid-cols-2 gap-2">
<button class="bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-compass mr-2"></i> Навигация
</button>
<button class="bg-gray-700 hover:bg-gray-600 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-info-circle mr-2"></i> Описание
</button>
</div>
</div>
<!-- Правая колонка -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<h2 class="text-xl font-bold text-blue-300 mb-4"><i class="fas fa-exclamation-triangle mr-2"></i>Активные квесты</h2>
<div class="space-y-3">
<div class="bg-gray-700 rounded p-3">
<h3 class="font-medium text-yellow-300">Испытание мерфолков</h3>
<p class="text-gray-300 text-sm">Победите в ритуальном бою, чтобы заручиться их поддержкой</p>
<div class="mt-2 flex justify-between items-center">
<span class="text-xs bg-blue-600 text-white px-2 py-1 rounded">День 1 - Утро</span>
<button class="text-xs bg-green-600 hover:bg-green-700 text-white px-2 py-1 rounded">Подробнее</button>
</div>
</div>
<div class="bg-gray-700 rounded p-3">
<h3 class="font-medium text-yellow-300">Сделка с Аурум</h3>
<p class="text-gray-300 text-sm">Саботируйте сети Магды и корабль Райко</p>
<div class="mt-2 flex justify-between items-center">
<span class="text-xs bg-blue-600 text-white px-2 py-1 rounded">День 1 - Вечер</span>
<button class="text-xs bg-green-600 hover:bg-green-700 text-white px-2 py-1 rounded">Подробнее</button>
</div>
</div>
</div>
</div>
</div>
<!-- Нижняя секция -->
<div class="mt-8 bg-gray-800 rounded-lg p-6 shadow-lg">
<h2 class="text-xl font-bold text-blue-300 mb-4"><i class="fas fa-scroll mr-2"></i>Журнал событий</h2>
<div class="bg-gray-900 rounded p-4 h-64 overflow-y-auto scrollbar-hide">
<div class="space-y-3">
<div class="border-l-4 border-blue-500 pl-3 py-1">
<p class="text-sm text-gray-300">[День 1 - Утро] Вы встретились с Принцессой Луа в замке. Она просит помочь объединить фракции перед атакой Кракена.</p>
</div>
<div class="border-l-4 border-green-500 pl-3 py-1">
<p class="text-sm text-gray-300">[День 1 - Утро] Вы отправились к мерфолкам и приняли вызов на ритуальный бой.</p>
</div>
<div class="border-l-4 border-yellow-500 pl-3 py-1">
<p class="text-sm text-gray-300">[День 1 - День] Вы победили в бою с мерфолками. Они согласны помочь, если город признает их суверенитет.</p>
</div>
<div class="border-l-4 border-red-500 pl-3 py-1">
<p class="text-sm text-gray-300">[День 1 - Вечер] Аурум предложили вам выгодную сделку - саботировать конкурентов за долю в прибыли.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Вкладка Фракции -->
<div id="factions-content" class="tab-content hidden">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Карточка фракции 1 -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-600 flex items-center justify-center mr-3">
<i class="fas fa-crown text-xl"></i>
</div>
<div>
<h2 class="text-xl font-bold text-blue-300">Городской Совет</h2>
<p class="text-gray-400 text-sm">Правящая фракция после революции</p>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between mb-1">
<span class="text-sm font-medium text-gray-300">Отношение к вам</span>
<span class="text-sm font-medium text-blue-400">Нейтральное</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2">
<div class="bg-blue-500 h-2 rounded-full" style="width: 50%"></div>
</div>
</div>
<p class="text-gray-300 mb-4">Совет управляет городом после свержения короля. Они коррумпированы и боятся потерять власть. Втайне планируют дискредитировать Маму Магду.</p>
<div class="space-y-2">
<div class="flex items-center">
<i class="fas fa-user-shield text-blue-400 mr-2"></i>
<span class="text-gray-300">Лидер: Силас Воррен</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-blue-400 mr-2"></i>
<span class="text-gray-300">Штаб: Коралловый Замок</span>
</div>
<div class="flex items-center">
<i class="fas fa-hand-holding-usd text-blue-400 mr-2"></i>
<span class="text-gray-300">Бонус: Артиллерия (+5 урона)</span>
</div>
</div>
<button class="mt-4 w-full bg-blue-600 hover:bg-blue-700 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-info-circle mr-2"></i> Подробнее
</button>
</div>
<!-- Карточка фракции 2 -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-green-600 flex items-center justify-center mr-3">
<i class="fas fa-utensils text-xl"></i>
</div>
<div>
<h2 class="text-xl font-bold text-green-300">Гильдия Мамы Магды</h2>
<p class="text-gray-400 text-sm">Народная фракция рыбаков и докеров</p>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between mb-1">
<span class="text-sm font-medium text-gray-300">Отношение к вам</span>
<span class="text-sm font-medium text-green-400">Дружелюбное</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 75%"></div>
</div>
</div>
<p class="text-gray-300 mb-4">Мама Магда и её "Уличный Парламент" контролируют порт и простой народ. Они проповедуют равенство и справедливость, но их методы радикальны.</p>
<div class="space-y-2">
<div class="flex items-center">
<i class="fas fa-user-shield text-green-400 mr-2"></i>
<span class="text-gray-300">Лидер: Мама Магда</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-green-400 mr-2"></i>
<span class="text-gray-300">Штаб: Рыбацкие доки</span>
</div>
<div class="flex items-center">
<i class="fas fa-hand-holding-usd text-green-400 mr-2"></i>
<span class="text-gray-300">Бонус: Сети (замедление)</span>
</div>
</div>
<button class="mt-4 w-full bg-green-600 hover:bg-green-700 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-info-circle mr-2"></i> Подробнее
</button>
</div>
<!-- Карточка фракции 3 -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-yellow-600 flex items-center justify-center mr-3">
<i class="fas fa-skull-crossbones text-xl"></i>
</div>
<div>
<h2 class="text-xl font-bold text-yellow-300">Золотые Резчики</h2>
<p class="text-gray-400 text-sm">Пиратская гильдия Аурум</p>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between mb-1">
<span class="text-sm font-medium text-gray-300">Отношение к вам</span>
<span class="text-sm font-medium text-yellow-400">Деловое</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2">
<div class="bg-yellow-500 h-2 rounded-full" style="width: 60%"></div>
</div>
</div>
<p class="text-gray-300 mb-4">Аурум и их пираты - это бизнесмены, а не разбойники. Они предлагают выгодные сделки и прагматичные решения, но их методы безжалостны.</p>
<div class="space-y-2">
<div class="flex items-center">
<i class="fas fa-user-shield text-yellow-400 mr-2"></i>
<span class="text-gray-300">Лидер: Аурум</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-yellow-400 mr-2"></i>
<span class="text-gray-300">Штаб: Таверна "Веселая Русалка"</span>
</div>
<div class="flex items-center">
<i class="fas fa-hand-holding-usd text-yellow-400 mr-2"></i>
<span class="text-gray-300">Бонус: Абордажная команда (+7 урона)</span>
</div>
</div>
<button class="mt-4 w-full bg-yellow-600 hover:bg-yellow-700 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-info-circle mr-2"></i> Подробнее
</button>
</div>
<!-- Карточка фракции 4 -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-purple-600 flex items-center justify-center mr-3">
<i class="fas fa-water text-xl"></i>
</div>
<div>
<h2 class="text-xl font-bold text-purple-300">Мерфолки</h2>
<p class="text-gray-400 text-sm">Подводный народ На-Вершине-Скалы</p>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between mb-1">
<span class="text-sm font-medium text-gray-300">Отношение к вам</span>
<span class="text-sm font-medium text-purple-400">Уважение</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2">
<div class="bg-purple-500 h-2 rounded-full" style="width: 65%"></div>
</div>
</div>
<p class="text-gray-300 mb-4">Мерфолки предлагают городу доступ к "Сердцу Рифа" в обмен на признание их суверенитета. Они мудры и древни, но их терпение на исходе.</p>
<div class="space-y-2">
<div class="flex items-center">
<i class="fas fa-user-shield text-purple-400 mr-2"></i>
<span class="text-gray-300">Лидер: На-Вершине-Скалы</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-purple-400 mr-2"></i>
<span class="text-gray-300">Штаб: Священные пещеры</span>
</div>
<div class="flex items-center">
<i class="fas fa-hand-holding-usd text-purple-400 mr-2"></i>
<span class="text-gray-300">Бонус: Песня мерфолков (дебафф)</span>
</div>
</div>
<button class="mt-4 w-full bg-purple-600 hover:bg-purple-700 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-info-circle mr-2"></i> Подробнее
</button>
</div>
<!-- Карточка фракции 5 -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-red-600 flex items-center justify-center mr-3">
<i class="fas fa-skull text-xl"></i>
</div>
<div>
<h2 class="text-xl font-bold text-red-300">Культ Затонувшей Карги</h2>
<p class="text-gray-400 text-sm">Религиозные фанатики моря</p>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between mb-1">
<span class="text-sm font-medium text-gray-300">Отношение к вам</span>
<span class="text-sm font-medium text-red-400">Враждебное</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2">
<div class="bg-red-500 h-2 rounded-full" style="width: 30%"></div>
</div>
</div>
<p class="text-gray-300 mb-4">Культисты верят, что Кракен - это божественное наказание за революцию. Они хотят восстановить монархию и короновать Луа как жрицу-королеву.</p>
<div class="space-y-2">
<div class="flex items-center">
<i class="fas fa-user-shield text-red-400 mr-2"></i>
<span class="text-gray-300">Лидер: Соляная Мать Катайса</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-red-400 mr-2"></i>
<span class="text-gray-300">Штаб: Пещеры Рифа</span>
</div>
<div class="flex items-center">
<i class="fas fa-hand-holding-usd text-red-400 mr-2"></i>
<span class="text-gray-300">Бонус: Защита богини (+2 AC)</span>
</div>
</div>
<button class="mt-4 w-full bg-red-600 hover:bg-red-700 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-info-circle mr-2"></i> Подробнее
</button>
</div>
<!-- Карточка фракции 6 -->
<div class="bg-gray-800 rounded-lg p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-indigo-600 flex items-center justify-center mr-3">
<i class="fas fa-whale text-xl"></i>
</div>
<div>
<h2 class="text-xl font-bold text-indigo-300">Китобой Райко</h2>
<p class="text-gray-400 text-sm">Охотник на морских чудовищ</p>
</div>
</div>
<div class="mb-4">
<div class="flex justify-between mb-1">
<span class="text-sm font-medium text-gray-300">Отношение к вам</span>
<span class="text-sm font-medium text-indigo-400">Нейтральное</span>
</div>
<div class="w-full bg-gray-700 rounded-full h-2">
<div class="bg-indigo-500 h-2 rounded-full" style="width: 50%"></div>
</div>
</div>
<p class="text-gray-300 mb-4">Райко потерял жену в первой атаке Кракена. Он создал специальные гарпуны и хочет испытать их на древнем ките Седобороде.</p>
<div class="space-y-2">
<div class="flex items-center">
<i class="fas fa-user-shield text-indigo-400 mr-2"></i>
<span class="text-gray-300">Лидер: Райко</span>
</div>
<div class="flex items-center">
<i class="fas fa-map-marker-alt text-indigo-400 mr-2"></i>
<span class="text-gray-300">Штаб: Китобойное судно</span>
</div>
<div class="flex items-center">
<i class="fas fa-hand-holding-usd text-indigo-400 mr-2"></i>
<span class="text-gray-300">Бонус: Гарпуны (отключение способности)</span>
</div>
</div>
<button class="mt-4 w-full bg-indigo-600 hover:bg-indigo-700 text-white py-2 px-4 rounded flex items-center justify-center">
<i class="fas fa-info-circle mr-2"></i> Подробнее
</button>
</div>
</div>
</div>
<!-- Вкладка Отношения -->
<div id="relations-content" class="tab-content hidden">
<div class="bg-gray-800 rounded-lg p-6 shadow-lg mb-6">
<h2 class="text-xl font-bold text-blue-300 mb-4"><i class="fas fa-project-diagram mr-2"></i>Карта отношений фракций</h2>
<div class="bg-gray-900 rounded-lg p-4 overflow-x-auto">
<div class="min-w-max">
<!-- Заголовки столбцов -->
<div class="flex mb-2">
<div class="w-48"></div>
<div class="w-32 text-center text-sm font-medium text-blue-300">Совет</div>
<div class="w-32 text-center text-sm font-medium text-green-300">Магда</div>
<div class="w-32 text-center text-sm font-medium text-yellow-300">Аурум</div>
<div class="w-32 text-center text-sm font-medium text-purple-300">Мерфолки</div>
<div class="w-32 text-center text-sm font-medium text-red-300">Культ</div>
<div class="w-32 text-center text-sm font-medium text-indigo-300">Райко</div>
</div>
<!-- Строки отношений -->
<div class="flex items-center mb-4">
<div class="w-48 text-sm font-medium text-blue-300 flex items-center">
<div class="w-8 h-8 rounded-full bg-blue-600 flex items-center justify-center mr-2">
<i class="fas fa-crown"></i>
</div>
Совет
</div>
<div class="w-32 text-center">-</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-gray-500 rounded mx-2" title="Нейтралитет"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-yellow-500 rounded mx-2" title="Напряженность"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-gray-500 rounded mx-2" title="Нейтралитет"></div>
</div>
</div>
<div class="flex items-center mb-4">
<div class="w-48 text-sm font-medium text-green-300 flex items-center">
<div class="w-8 h-8 rounded-full bg-green-600 flex items-center justify-center mr-2">
<i class="fas fa-utensils"></i>
</div>
Магда
</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
<div class="w-32 text-center">-</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-green-500 rounded mx-2" title="Союз"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-blue-500 rounded mx-2" title="Дружба"></div>
</div>
</div>
<div class="flex items-center mb-4">
<div class="w-48 text-sm font-medium text-yellow-300 flex items-center">
<div class="w-8 h-8 rounded-full bg-yellow-600 flex items-center justify-center mr-2">
<i class="fas fa-skull-crossbones"></i>
</div>
Аурум
</div>
<div class="w-32">
<div class="faction-relation bg-gray-500 rounded mx-2" title="Нейтралитет"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
<div class="w-32 text-center">-</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-gray-500 rounded mx-2" title="Нейтралитет"></div>
</div>
<div class="w-32">
<div class="faction-relation bg-red-500 rounded mx-2" title="Вражда"></div>
</div>
</div>
<div class="flex items-center mb-4
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=kanderart/test" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |