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 : 18.220.134.161
Current Path : /kop/ |
| Current File : //kop/rti.php |
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body>
<div class="row align-items-center">
<div class="col p-3">
<h1 class="display-4">RTI</h1>
<br/>
<h5>Notification</h5>
<br/>
<table class="table table-bordered" style="background: #fbfbfb;color: #212529;margin: auto;">
<thead style="text-align:center;color: white;background: #d95828;">
<tr>
<th scope="col">Date</th>
<th scope="col">Title</th>
<th scope="col">Type</th>
<th scope="col">Download</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center;">13/12/2019</td>
<td> Right to Information Act – 2005</td>
<td style="text-align: center;">PDF</td>
<td style="text-align: center;"><a href="http://universitysolutions.in/bcu/docs/BCU%20-%20RTI%20(Index%20&%20Manual)%20(1).pdf" target="_blank" rel="noopener noreferrer" style="font-size: 17px; color: #ff6600;">Download</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
<?php
include("footer.php")
?>
</html>
|