Skip to content

Commit b018b8e

Browse files
committed
Fix pathing bug
1 parent a4c4b1a commit b018b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

single-HTTP/static/html/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1>FOOTER</h1>
5050
</div>
5151
<br>
5252
<div>
53-
<form action="login_submit" method="post" accept-charset="utf-8">
53+
<form action="/login_submit" method="post" accept-charset="utf-8">
5454
Name: <input type="text" name="name" placeholder="Name">
5555
<br>
5656
Email: <input type="email" name="email" placeholder="example@example.com">

0 commit comments

Comments
 (0)