Skip to content

Commit cd558ac

Browse files
committed
index.html updated
1 parent 67149a6 commit cd558ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<!DOCTYPE html>
23
<html lang="en">
34
<head>
@@ -8,22 +9,21 @@
89
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
910
</head>
1011
<body>
11-
1212
<div class="container" style="margin-top: 200px; ">
1313
<div class="row">
1414
<form action="http://localhost:5959/writetodb" method="post">
1515
<div class="mb-3">
16-
<label for="text" class="form-label">Full Name</label>
16+
<label class="form-label">Full Name</label>
1717
<input type="text" class="form-control" id="fullname" name="fullname" aria-describedby="fullname">
1818
</div>
1919

2020
<div class="mb-3">
21-
<label for="text" class="form-label">Age</label>
21+
<label class="form-label">Age</label>
2222
<input type="text" class="form-control" id="age" name="age" aria-describedby="age">
2323
</div>
2424

2525
<div class="mb-3">
26-
<label for="text" class="form-label">Gender</label>
26+
<label class="form-label">Gender</label>
2727
<select class="form-select" name="gender" id="gender" aria-label="Default select example">
2828
<option selected>Please Choose</option>
2929
<option value="Male">Male</option>

sqlmodel.db

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)