This commit is contained in:
Suvodip
2025-02-14 17:47:29 +05:30
parent 8a42e725cd
commit 7ecec968ca
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ $stmt->execute();
$content = $stmt->fetchAll(PDO::FETCH_ASSOC);
?>
<p style="font-size: 25px; text-align: center; margin-top: 10px;">Page Content List</p>
<p style="font-size: 25px; text-align: center; margin-top: 10px;">Faculty List</p>
<div class="table-container">
<table class="responsive-table">
<thead>