From a2807c14eff81b79fdff3354e3398ade4fd0e145 Mon Sep 17 00:00:00 2001 From: Pavlo Ivashkov Date: Sun, 9 Apr 2023 16:51:26 +0300 Subject: [PATCH] Ask clients to enable JavaScript --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 68a4fce..4e66924 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,7 @@ #nav .nav-text-offer { display:none; } #nav.text-offer .nav-default { display:none; } #nav.text-offer .nav-text-offer { display:inline; } +noscript {position:absolute; padding:1em; color:#eee; background:#000;}