|
Server IP : 82.197.83.136 / Your IP : 216.73.217.137 Web Server : LiteSpeed System : Linux us-bos-web1456.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u163988420 ( 163988420) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON Directory (0755) : /home/u163988420/domains/../domains/acmajmer.in/public_html/AACSITE/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php include 'includes/header.php' ?>
<!-- Breadcrumb -->
<?php
$breadcrumb_title = "Mandatory Disclosure";
$breadcrumb_path = "Student Corner > Mandatory Disclosure";
include 'includes/breadcrumb.php';
?>
<!-- Syllabus Section -->
<div class="container my-5">
<h1 class="heading color-brown mb-4">Download Mandatory Disclosure</h1>
<div class="row">
<!-- Class -->
<div class="col-md-6 mb-4">
<div class="card shadow">
<div class="card-body text-center">
<h5 class="card-title">EOA Report 2024-25</h5>
<a href="assets/mandatorydisclosure/EOAREPORT2024-25.pdf" class="btn mybtn mb-2" target="_blank">View & Download</a>
</div>
</div>
</div>
<!-- Class -->
<div class="col-md-6 mb-4">
<div class="card shadow">
<div class="card-body text-center">
<h5 class="card-title">EOA Report 2025-26</h5>
<a href="assets/mandatorydisclosure/EOAREPORT2025-26.pdf" class="btn mybtn mb-2" target="_blank">View & Download</a>
</div>
</div>
</div>
</div>
</div>
<style>
.heading {
font-size: 2.5rem;
font-weight: bold;
text-align: center;
}
</style>
<?php include 'includes/footer.php' ?>