Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
camillereaves authored Sep 24, 2023
1 parent 59776b7 commit 4dccfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<input type="password" name="password" class="login_form_field" placeholder="Password">
<!-- button -->
<a href="future.html">
<button class = "login_submit_form">Submit</button>
<button class = "login_submit_form" type = "submit">Submit</button>
</a>
<nav class = "nav_form_field">
<a href="./new_user_page.html">New User</a>
Expand Down

0 comments on commit 4dccfbd

Please sign in to comment.