mirror of
https://github.com/Noratrieb/womangling.git
synced 2026-01-14 17:05:04 +01:00
parent
6f4e66c4c0
commit
108e6e9662
3 changed files with 7 additions and 7 deletions
|
|
@ -33,10 +33,10 @@
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<ol class="lessons-list">
|
<ol class="lessons-list">
|
||||||
<li class="lesson-list-item">
|
<li class="lesson-list-item">
|
||||||
<a href="/womangling/lesson-0.html">C names</a>
|
<a href="/lesson-0.html">C names</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="lesson-list-item">
|
<li class="lesson-list-item">
|
||||||
<a href="/womangling/lesson-1.html">Basics</a>
|
<a href="/lesson-1.html">Basics</a>
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -109,7 +109,7 @@ extern "C" {
|
||||||
wish you good luck for the rest!
|
wish you good luck for the rest!
|
||||||
</p>
|
</p>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<a href="/womangling/lesson-1.html" class="action-button">
|
<a href="/lesson-1.html" class="action-button">
|
||||||
Lesson 1: Basics
|
Lesson 1: Basics
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -119,6 +119,6 @@ extern "C" {
|
||||||
<script>
|
<script>
|
||||||
window.LESSON = 0;
|
window.LESSON = 0;
|
||||||
</script>
|
</script>
|
||||||
<script type="module" src="./womangling/lessons.js"></script>
|
<script type="module" src="./lessons.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
<main class="main">
|
<main class="main">
|
||||||
<div class="content" id="content-area">
|
<div class="content" id="content-area">
|
||||||
<h1>
|
<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>
|
</h1>
|
||||||
<h2>Lesson 1: Basics</h2>
|
<h2>Lesson 1: Basics</h2>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
@ -218,7 +218,7 @@ namespace cats {
|
||||||
identifiers for any C++ code you enter on the left.
|
identifiers for any C++ code you enter on the left.
|
||||||
</p>
|
</p>
|
||||||
<div class="center">
|
<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.
|
Lesson 2: something that has not been written yet.
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -228,6 +228,6 @@ namespace cats {
|
||||||
<script>
|
<script>
|
||||||
window.LESSON = 1;
|
window.LESSON = 1;
|
||||||
</script>
|
</script>
|
||||||
<script type="module" src="./womangling/lessons.js"></script>
|
<script type="module" src="./lessons.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue