diff --git a/web/index.html b/web/index.html index 50bd7c13b9d06d6f1159687bffe6116a7d301e63..63128140fb6ca1b2a929e49498f2b9a6c31df727 100644 --- a/web/index.html +++ b/web/index.html @@ -14,6 +14,7 @@ <link rel="stylesheet" href="style/index.css"/> <link rel="stylesheet" href="style/spinner.css"/> <script src="src/index.js" type="module"></script> + <script nomodule>document.body.innerText = "This sticker picker requires modern JavaScript"</script> </head> <body> <noscript>This sticker picker requires JavaScript</noscript>