Skip to content

Commit 43a7827

Browse files
committed
Revert "Update image paths in Signin.html"
This reverts commit 0629ac1.
1 parent 0629ac1 commit 43a7827

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Login/Signin.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ <h1>Welcome back &#x1F44F;</h1>
2626
href="#"
2727
title="Use Google"
2828
>
29-
<img src="google.png" alt="Google">
29+
<img src="/You-Dont-Need-JavaScript/Login/google.png" alt="Google">
3030
Log in with Google
3131
</a>
3232
<a
3333
href="#"
3434
title="Use Apple"
3535
>
36-
<img class="apple" src="apple.png" alt="Apple">
36+
<img class="apple" src="/You-Dont-Need-JavaScript/Login/apple.png" alt="Apple">
3737
Log in with Apple
3838
</a>
3939
</div>
@@ -51,7 +51,7 @@ <h1>Welcome back &#x1F44F;</h1>
5151
placeholder="Your Email"
5252
required
5353
>
54-
<img class="email" alt="Email Icon" title="Email Icon" src="email icon.png">
54+
<img class="email" alt="Email Icon" title="Email Icon" src="/You-Dont-Need-JavaScript/Login/email icon.png">
5555
</div>
5656
<div class="text-field">
5757
<label for="password">Password:</label>
@@ -65,7 +65,7 @@ <h1>Welcome back &#x1F44F;</h1>
6565
pattern="^(?=.*[A-Za-z])(?=.*\d)[A-Za-z\d]{6,}$"
6666
required
6767
>
68-
<img class="lock" alt="Password Icon" src="password icon.png">
68+
<img class="lock" alt="Password Icon" src="/You-Dont-Need-JavaScript/Login/password icon.png">
6969
</div>
7070
<input type="submit" class="my-form__button" value="Login">
7171
<div class="my-form__actions">

0 commit comments

Comments
 (0)