Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.135.186.233
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body onload="load_notification_1()">
<div>
<h3 class="display-" style=" color: black; margin-left: 30px; margin-right: 30px; padding-top: 10px;">Notifications</h3>
<hr>
</div>
<table id="table_notification" class="table table-bordered" style="background: #fbfbfb;color: #212529;margin: auto;">
<thead style="text-align:center;color: white;background: #95503d;">
<tr>
<th scope="col">Particulars</th>
<th scope="col">Updated On</th>
<th scope="col"></th>
</tr>
</thead>
<tbody>
<!-- <tr>
<td style="text-align: center;">
Admission 2021-2022
</td >
<td style="text-align: center;">
05-06-2021
</td>
<td style="text-align: center;">
<a href="admission.php">View</a>
</td>
</tr> -->
</tbody>
</table>
<br>
</body>
<script src="admin/onload_notif.js"></script>
<?php
include("footer.php")
?>
</html>
|