first commit
This commit is contained in:
parent
f4329580fc
commit
7bbfc004f0
@ -20,7 +20,8 @@ include "db_conn.php";
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #00ff5573;">
|
||||
|
||||
<nav class="navbar navbar-light justify-content-center fs-3 mb-5" style="background-color: #87CEEB;">
|
||||
CRUD Application
|
||||
</nav>
|
||||
|
||||
@ -60,8 +61,8 @@ include "db_conn.php";
|
||||
<td><?php echo $row["email"] ?></td>
|
||||
<td><?php echo $row["gender"] ?></td>
|
||||
<td>
|
||||
<a href="edit.php?id=<?php echo $row["id"] ?>" class="link-dark"><i class="fa-solid fa-pen-to-square fs-5 me-3"></i></a>
|
||||
<a href="delete.php?id=<?php echo $row["id"] ?>" class="link-dark"><i class="fa-solid fa-trash fs-5"></i></a>
|
||||
<a href="edit.php?id=<?php echo $row["id"] ?>"><i class="fa-solid fa-pen-to-square fs-5 me-3" ></i></a>
|
||||
<a href="delete.php?id=<?php echo $row["id"] ?>"><i class="fa-solid fa-trash fs-5"></i></a>
|
||||
</td>
|
||||
</tr>
|
||||
<?php
|
||||
@ -73,7 +74,5 @@ include "db_conn.php";
|
||||
|
||||
<!-- Bootstrap -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user