great stuff

This commit is contained in:
nora 2025-02-13 22:32:53 +01:00
parent e6201286ac
commit d122aab60a
6 changed files with 183 additions and 20 deletions

View file

@ -9,7 +9,7 @@
<body>
<main class="main">
<div class="content">
<h1>Learn C++ Itanium Mangling</h1>
<h1>Learn C++ Symbol Itanium Mangling</h1>
<noscript>
<p>
Warning: You have JavaScript disabled While the content is still
@ -36,17 +36,18 @@
<a href="/lesson-0.html">C names</a>
</li>
<li class="lesson-list-item">
<a href="/lesson.html?lesson=1">Arguments and Return Types</a>
</li>
<li class="lesson-list-item">
<a href="/lesson.html?lesson=2">More Integers</a>
</li>
<li class="lesson-list-item">
<a href="/lesson.html?lesson=3">Namespaces</a>
<a href="/lesson-1.html">Basics</a>
</li>
</ol>
</div>
</div>
<footer>
<button
onclick="localStorage.removeItem('lessons') ; alert('deleted data')"
>
reset
</button>
</footer>
</main>
</body>
</html>