Skip to content

Commit

Permalink
index.html updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmtcnbs committed Sep 10, 2021
1 parent 67149a6 commit cd558ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -8,22 +9,21 @@
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
</head>
<body>

<div class="container" style="margin-top: 200px; ">
<div class="row">
<form action="http://localhost:5959/writetodb" method="post">
<div class="mb-3">
<label for="text" class="form-label">Full Name</label>
<label class="form-label">Full Name</label>
<input type="text" class="form-control" id="fullname" name="fullname" aria-describedby="fullname">
</div>

<div class="mb-3">
<label for="text" class="form-label">Age</label>
<label class="form-label">Age</label>
<input type="text" class="form-control" id="age" name="age" aria-describedby="age">
</div>

<div class="mb-3">
<label for="text" class="form-label">Gender</label>
<label class="form-label">Gender</label>
<select class="form-select" name="gender" id="gender" aria-label="Default select example">
<option selected>Please Choose</option>
<option value="Male">Male</option>
Expand Down
Binary file modified sqlmodel.db
Binary file not shown.

0 comments on commit cd558ac

Please sign in to comment.