fix the fucking back button

This commit is contained in:
2026-07-22 17:47:51 +01:00
parent 321d3303a4
commit 8d3d9518fa
+1 -1
View File
@@ -29,7 +29,7 @@
<li>the second time you fail to complete a lap before the sound, your test is over. the test will begin on the word start. on your mark, get ready, start.</li>
</ul>
</div>
<a href="" onclick="history.back()" class="self-start pop heavy">← back</a>
<a href="##" onclick="history.go(-1)" class="self-start pop heavy">← back</a>
</div>
</body>
</html>