Skip to content
Snippets Groups Projects
Commit 448bc3c5 authored by Philip Kaluđerčić's avatar Philip Kaluđerčić :u7121:
Browse files

Add a static structure to #stats

parent 5c51eefa
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
</p>
<footer>
<code>$Id: quiz.html,v 1.11 2024/01/20 10:55:10 oj14ozun Exp oj14ozun $</code>
<code>$Id: quiz.html,v 1.12 2024/01/20 10:56:14 oj14ozun Exp oj14ozun $</code>
<code id="js-version"></code>
</footer>
</aside>
......@@ -87,7 +87,9 @@
</section>
<button id="action"></button>
<span id="stats"></span>
<span id="stats">
<abbr title="Wie oft richtig" id="correct"></abbr>:<abbr title="Wie oft falsch" id="wrong"></abbr>
</span>
<input type="checkbox" id="display-hl" class="display-hl" />
<small class="display-hl">Hebe <abbr title="Wörter wie &quot;immer&quot;, &quot;nie&quot;, ...">Warnwörter</abbr> hervor</small>
<a id="report" href="#"><small>Fehler melden</small></a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment