Revert "stuff"

This reverts commit 6f4e66c4c0.
This commit is contained in:
nora 2025-02-13 23:02:50 +01:00
parent 6f4e66c4c0
commit 108e6e9662
3 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@
<main class="main">
<div class="content" id="content-area">
<h1>
<a class="root-link" href="/womangling">Learn C++ Itanium Symbol Mangling</a>
<a class="root-link" href="/">Learn C++ Itanium Symbol Mangling</a>
</h1>
<h2>Lesson 1: Basics</h2>
<noscript>
@ -218,7 +218,7 @@ namespace cats {
identifiers for any C++ code you enter on the left.
</p>
<div class="center">
<a href="/womangling/lesson-2.html" class="action-button">
<a href="/lesson-2.html" class="action-button">
Lesson 2: something that has not been written yet.
</a>
</div>
@ -228,6 +228,6 @@ namespace cats {
<script>
window.LESSON = 1;
</script>
<script type="module" src="./womangling/lessons.js"></script>
<script type="module" src="./lessons.js"></script>
</body>
</html>