Skip to content

Commit

Permalink
Discard previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
avanimathur committed May 15, 2024
1 parent a86c184 commit 92ed928
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ <h2>Create Account</h2>
<form action="#">
<div class="input-field">
<label for="username">
<input type="text" name="#" id="username" placeholder="Name" required>
<input type="text" name="#" id="username" placeholder="Name">
</label></div>
<div class="input-field">
<label for="Email">
<input type="email" name="#" id="Email" placeholder="Email" required>
<input type="email" name="#" id="Email" placeholder="Email">
</label></div>
<div class="input-field">
<label for="Password">
<input type="password" name="#" id="Password" placeholder="Password" required>
<input type="password" name="#" id="Password" placeholder="Password">
</label>
</div>
<div class="input-field">
Expand Down
6 changes: 3 additions & 3 deletions newLogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ <h1>Create Account</h1>
</div>
<p>OR</p>
<form action="">
<input type="text" name="" id="" placeholder="Name" required>
<input type="email" name="" id="" placeholder="Email" required>
<input type="password" name="" id="" placeholder="Password" required>
<input type="text" name="" id="" placeholder="Name">
<input type="email" name="" id="" placeholder="Email">
<input type="password" name="" id="" placeholder="Password">
<button type="submit" class=".content2_button">Register</button>
</form>
</div>
Expand Down

0 comments on commit 92ed928

Please sign in to comment.