Skip to content

Commit

Permalink
loginPathLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchrotek committed Feb 2, 2024
1 parent 8eaf3e9 commit f632770
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,24 +134,27 @@
<div class="card mx-9 lg-12 mx-md-5 shadow-5-strong" id="card">
<div class="card-body px-md-5 align-left">
<h2 class="fw-bold mb-5">Registration Form</h2>
<form method= "post" action="/register" style="text-align: left">
<form method="post" action="/register" style="text-align: left">
<div class="form-outline mb-4">
<label class="form-label" for="form3Example1">Name</label>
<input type="text" id="form3Example1" name="name" class="form-control" placeholder="Enter your name" />
</div>

<div class="form-outline mb-4">
<label class="form-label" for="form3Example3">Email address</label>
<input type="email" id="form3Example3" name="email" class="form-control" placeholder="Enter your email address" />
<input type="email" id="form3Example3" name="email" class="form-control"
placeholder="Enter your email address" />
</div>
<div class="form-outline mb-4">
<label class="form-label" for="form3Example3">Phone Number</label>
<input type="tel" id="form3Example3" name="number" maxlength="10" class="form-control" placeholder="Enter your phone number" />
<input type="tel" id="form3Example3" name="number" maxlength="10" class="form-control"
placeholder="Enter your phone number" />
</div>

<div class="form-outline mb-4">
<label class="form-label" for="form3Example4">Password</label>
<input type="password" id="form3Example4" name="password" class="form-control" placeholder="Enter a strong password" />
<input type="password" id="form3Example4" name="password" class="form-control"
placeholder="Enter a strong password" />
</div>

<button type="submit" class="btn btn-primary btn-block mb-4">
Expand All @@ -160,9 +163,9 @@ <h2 class="fw-bold mb-5">Registration Form</h2>
</form>

<div class="text-center">
<p>Already have an account? <a href="/pages/login.html">Login</a></p>
<p>Already have an account? <a href="/LoginPage">Login</a></p>
</div>
</form>
</form>
</div>
</div>
</section>
Expand All @@ -172,4 +175,4 @@ <h2 class="fw-bold mb-5">Registration Form</h2>
crossorigin="anonymous"></script>
</body>

</html>
</html>

0 comments on commit f632770

Please sign in to comment.