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:
@@ -8,8 +8,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>403</h1>
|
||||
<p>You don't have access to that.</p>
|
||||
<h1>Access denied</h1>
|
||||
<p>You don't have permission to view that (403).</p>
|
||||
<p><a href="/">Back home</a></p>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user