added <h1> at the top of <main>
screenreader only.
This commit is contained in:
parent
b5a80c5e28
commit
4ec0e41b73
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1 class="sr-only">Simple Note</h1>
|
||||
<section class="simple-note">
|
||||
<div class="simple-note__inputs">
|
||||
<label class="simple-note__label simple-note__label--title">
|
||||
|
|
Loading…
Reference in a new issue