nord vpnnord vpn
Ad

Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
2.5 kB
1
Indexable
Never
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
    integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">

  <title>Document</title>
</head>

<body>
  <div class="container bg-success-subtle">
    <div class="row align-items-start">

      <div class="col">
        <div class="card">
          <div class="card-header  text-center fw-bold">
            Xem tử vi
          </div>
          <div class="card-body">
            <form>
              <div class="mb-3">
                <label class="form-label">Họ Và Tên</label>
                <input type="email" class="form-control" placeholder="Nhập vào họ và tên">
              </div>
              <div class="mb-3">
                <label class="form-label">Nhập Năm Sinh</label>
                <input type="email" class="form-control" placeholder="Nhập vào năm sinh">
              </div>

            </form>

          </div>
          <div class="card-footer text-body-secondary  text-end">

            <button type="submit" class="btn btn-primary">Xem tử vi</button>
          </div>
        </div>
      </div>
      <div class="col">
        <div class="card">
          <div class="card-header  text-center fw-bold">
            Thông số tử vi
          </div>
          <div class="card-body">
            <table class="table  table-bordered">
              <thead>
                <tr>
                  <th scope="col">stt</th>
                  <th scope="col">Họ Và Tên</th>
                  <th scope="col">Năm Sinh</th>
                  <th scope="col">Số tuổi</th>
                  <th scope="col">Con giáp</th>
                  <th scope="col">Hợp Tuổi</th>
                </tr>
              </thead>
              <tbody>

              </tbody>
            </table>

          </div>

        </div>
      </div>
    </div>
  </div>

</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
  integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>

</html>

nord vpnnord vpn
Ad