use custom elements instead of classes
Some checks failed
deploy / test (push) Has been cancelled

This commit is contained in:
nora 2026-04-10 20:22:14 +02:00
parent aa9ed79163
commit 3d80f5896e
7 changed files with 25 additions and 25 deletions

View file

@ -7,7 +7,7 @@
<title>Womangling</title>
</head>
<body>
<main class="main">
<main>
<div class="content" id="content-area">
<h1>
<a class="root-link" href=".">Learn C++ Itanium Symbol Mangling</a>
@ -104,7 +104,7 @@ int main() {
that isn't stored in the symbol for efficiency)
</li>
</ul>
<div class="quiz-section">
<quiz-section>
<p>
What is the mangled symbol of the following instantiation of
empty?
@ -128,7 +128,7 @@ int main() {
</button>
<div class="error"></div>
</form>
</div>
</quiz-section>
</section>
<section data-step="1" class="step">
<p class="lesson-last-paragraph">