Fix secret level link

This commit is contained in:
Reynir Björnsson 2022-08-07 13:50:31 +02:00
parent 03e2bb5686
commit fb0ff6cbe3

2
4.html
View file

@ -6,7 +6,7 @@
<footer> <footer>
<ul> <ul>
<li><a href="3.html">previous slide</a></li> <li><a href="3.html">previous slide</a></li>
<li><a style="color: white;">secret level</a></li> <li><a style="color: white;" href="5.html">secret level</a></li>
</ul> </ul>
</footer> </footer>