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

@ -8,7 +8,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>