From caa2c9f5595eb1ff388b5bf96c4c5399ae43324b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Fri, 25 Aug 2023 10:29:43 +0200 Subject: [PATCH] Display an error message if JavaScript is disabled --- CHANGELOG.md | 1 + index.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acea5d7..b6c0313 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - The main view now includes a reset button +- An error message is now displayed if JavaScript is disabled ### Changed - Secret keys are now restricted to 128 bits (16 bytes) or 256 bits (32 bytes) diff --git a/index.html b/index.html index b89a115..5a19f70 100644 --- a/index.html +++ b/index.html @@ -9,5 +9,8 @@
+