corrected errors from html report
This commit is contained in:
parent
d9b756807b
commit
894f0cfd85
|
@ -34,8 +34,8 @@
|
|||
<img src="./assets/google-podcasts.svg" alt="Google Podcasts Logo" aria-hidden="true">
|
||||
<img src="./assets/pocket-casts.svg" alt="Pocket Casts Logo" aria-hidden="true">
|
||||
</div>
|
||||
<form action="" class="email-form">
|
||||
<label class=".sr-only" hidden="true" aria-hidden="false" for="email">Enter your email: </label>
|
||||
<form action="#" class="email-form">
|
||||
<label hidden aria-hidden="false" for="email">Enter your email: </label>
|
||||
<input class="email-form__field" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$" placeholder="Email Address"
|
||||
type="email" name="email" id="email" required>
|
||||
<input class="email-form__button-submit" type="submit" value="Request Access">
|
||||
|
|
Loading…
Reference in New Issue