From fccb9482c864f461daf31cc4e5755b53a8c61098 Mon Sep 17 00:00:00 2001 From: janrippl Date: Sun, 2 Feb 2025 00:31:55 +0100 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20souboru=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index d76268b..98f72b0 100755 --- a/index.html +++ b/index.html @@ -20,11 +20,19 @@ if (isMobile()) { console.log("Detekováno mobilní zařízení"); - document.write(""); + document.write(""); document.write(""); } else { console.log("Detekován počítač"); - document.write(""); + document.write(""); document.write(""); } @@ -87,10 +95,6 @@ }); -