📁 File Manager
🏠 /
/
home
/
u857492117
/
domains
/
mangaldaicollege.org
/
public_html
Dosya Düzenle: bestpractice.php
<!DOCTYPE html> <html lang="zxx" class="no-js"> <head> <!-- Mobile Specific Meta --> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon--> <link rel="shortcut icon" href="img/fav.png"> <!-- Author Meta --> <meta name="author" content="colorlib"> <!-- Meta Description --> <meta name="description" content=""> <!-- Meta Keyword --> <meta name="keywords" content=""> <!-- meta character set --> <meta charset="UTF-8"> <!-- Site Title --> <title>Best Practices - Organogram</title> <link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet"> <!-- CSS ============================================= --> <link rel="stylesheet" href="css/linearicons.css"> <link rel="stylesheet" href="css/font-awesome.min.css"> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/nice-select.css"> <link rel="stylesheet" href="css/animate.min.css"> <link rel="stylesheet" href="css/owl.carousel.css"> <link rel="stylesheet" href="css/jquery-ui.css"> <link rel="stylesheet" href="css/main.css"> </head> <body> <header id="header" id="home"> <?php include("menu.html");?> </header><!-- #header --> <!-- Start banner Area --> <section class="banner-area relative about-banner" id="home"> <div class="overlay overlay-bg"></div> <div class="container"> <div class="row d-flex align-items-center justify-content-center"> <div class="about-content col-lg-12"> <h1 class="text-white"> Best Practices </h1> <p class="text-white link-nav"><a href="index.html">Home </a> <span class="lnr lnr-arrow-right"></span> <a href="organogram.php"> Best Practices</a></p> </div> </div> </div> </section> <!-- End banner Area --> <!-- Best Practice I --> <section class="course-details-area pt-120"> <div class="container"> <div class="row"> <div class="col-lg-12 left-contents"> <h2>Best Practice I:</h2> <object data="/pdf/BP 1 Discover thyself modifeied.pdf" type="application/pdf" width="100%" height="900"> <p>Best Practice 1 <a href="http://mangaldaicollege.org/pdf/BP 1 Discover thyself modifeied.pdf">View</a></p> </object> </div> </div> </div> </section> <!-- Best Practice II --> <section class="course-details-area pt-120"> <div class="container"> <div class="row"> <div class="col-lg-12 left-contents"> <h2>Best Practice II:</h2> <object data="/pdf/BP 2 Beyond the campus.pdf" type="application/pdf" width="100%" height="900"> <p>Best Practice 2 <a href="http://mangaldaicollege.org/pdf/BP 2 Beyond the campus.pdf">View</a></p> </object> </div> </div> </div> </section> <!-- End course-details Area --> <?php include("footer.html");?> <script src="js/vendor/jquery-2.2.4.min.js"></script> <!-- Add other script sources as per your original code --> <script src="js/main.js"></script> </body> </html>
💾 Kaydet
İptal