From 5d4c8196be15911261932ce5cbfb4ca3d9c47a61 Mon Sep 17 00:00:00 2001 From: Ku6epXBOCTuK Date: Sat, 20 Jun 2026 04:19:17 +0500 Subject: [PATCH] fix: update obs description --- index.html | 6 +++--- style.css | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index b2c1950..b13d110 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,12 @@
SHOOTING WORD
Введите имя канала для игры
- +
Вставь ссылку в OBS как источник браузера
- (500×950, прокрутка выкл.) + Желательно высоту побольше
@@ -26,7 +26,7 @@ const linkEl = document.getElementById("game-link"); function copyLink() { - const name = input.value.trim().toLowerCase() || "ku6ep_xboctuk"; + const name = input.value.trim().toLowerCase() || "Ku6ep_XBOCTuK"; const url = `${location.origin}${location.pathname.replace(/\/[^/]*$/, "/")}game.html?channel=${encodeURIComponent(name)}`; navigator.clipboard.writeText(url).then(() => { linkEl.textContent = "СКОПИРОВАНО!"; diff --git a/style.css b/style.css index c908d77..a805614 100644 --- a/style.css +++ b/style.css @@ -210,6 +210,5 @@ body { font-size: 16px; opacity: 0.8; line-height: 1.6; - max-width: 340px; text-shadow: 0 0 6px #00ff41; }