Skip to content

Commit

Permalink
updation
Browse files Browse the repository at this point in the history
  • Loading branch information
Srvmukherjee committed May 27, 2024
1 parent 3915211 commit 5bfc4ec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Registration</h1>

<section id="registration">
<h2>User Registration</h2>
<p>Click <a href="user_registration.php">here</a> for User registration.</p>
<p>Click <a href="user_registration.html">here</a> for User registration.</p>
<p>(Register here for acess the code of this model)</p>
</section>

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion user_registration.php → user_registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

<h1>User Registration</h1>

<form action="submit.php" method="post">
<form action="submit.html" method="post">
<label for="username">Enter your Full Name:</label><br>
<input type="text" name="username" id="username" placeholder="John Doe"><br>

Expand Down

0 comments on commit 5bfc4ec

Please sign in to comment.