Make markup semantic + add semantic DOM principle (todo §1); page <h1>, skip link, row-header <th scope=row>, descriptive error pages

This commit is contained in:
2026-06-15 16:53:07 +02:00
parent 6f590148af
commit 645a316419
12 changed files with 44 additions and 22 deletions

View File

@@ -8,8 +8,8 @@
</head>
<body>
<main>
<h1>500</h1>
<p>Something went wrong on our end.</p>
<h1>Something went wrong</h1>
<p>An unexpected error occurred on our end (500).</p>
<p><a href="/">Back home</a></p>
</main>
</body>