From 0f18dbcd766c5930ee286b495c2a48a904fdfa7b Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philip.kaludercic@fau.de> Date: Sat, 20 Jan 2024 09:44:01 +0000 Subject: [PATCH] Add a link to report an issue --- quiz.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quiz.html b/quiz.html index c6d8c1d..6d67e15 100644 --- a/quiz.html +++ b/quiz.html @@ -58,7 +58,7 @@ </p> <footer> - <code>$Id: quiz.html,v 1.8 2024/01/20 09:10:35 oj14ozun Exp oj14ozun $</code> + <code>$Id: quiz.html,v 1.9 2024/01/20 09:13:23 oj14ozun Exp oj14ozun $</code> <code id="js-version"></code> </footer> </aside> @@ -90,6 +90,7 @@ <span id="stats"></span> <input type="checkbox" id="display-hl" class="display-hl" /> <small class="display-hl">Hebe <abbr title="WĂśrter wie "immer", "nie", ...">WarnwĂśrter</abbr> hervor</small> + <a id="report" href="#"><small>Fehler Melden</small></a> <span id="display-hl-hack"></span> </body> <script src="quiz.js"></script> -- GitLab