mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 17:05:04 +01:00
great stuff
This commit is contained in:
parent
e6201286ac
commit
d122aab60a
6 changed files with 183 additions and 20 deletions
17
index.html
17
index.html
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue