0xV3NOMx
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.22.242.169


Current Path : /kop/
Upload File :
Current File : //kop/chem_syllabus.php

<?php
  include("header.php")
  ?>
  
  <h3 class="display-" style=" color: black; padding: 15px;">Syllabus and Course structure</h3>
        <hr>

  <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">Sl.no</th>           
              <th scope="col">Courses</th>
              <th scope="col">PDF </th>
            </tr>
          </thead>
          <tbody>

            <tr>
                <td style="text-align: center;">
                1
                </td >
                <td style="text-align: center;">
                1st Sem B.Sc(Honors) Chem Syllabus 2021-2022
                </td>
                <td style="text-align: center;">
                <a href="http://nrupathungauniversityblr.ac.in/assets/docs/I%20Sem%20B%20Sc(Honors)%20Chem%20Syllabus%202021-22.pdf" target="_blank";>View</a>
                </td>
               
              </tr>

              <tr>
                <td style="text-align: center;">
                2
                </td >
                <td style="text-align: center;">
                1st Sem B.Sc Program Structure 2021-2022
               
                </td>
                <td style="text-align: center;">
                <a href="http://nrupathungauniversityblr.ac.in/assets/docs/I%20Sem%20B%20Sc%20Program%20structure%20-2021-22.pdf" target="_blank";>View</a>
                </td>
               
              </tr>

           
          </tbody>
        </table>
        <br>
        <br>
<?php
include("footer.php")
?>