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; }