collegeshala/collegeshala-beta
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
<!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport" /> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" /> <link rel="stylesheet" href="./css/style.css" /> <script src="https://kit.fontawesome.com/a166c5af45.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css" integrity="sha256-mmgLkCYLUQbXn0B1SRqzHar6dCnv9oZFPEC1g1cwlkk=" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <title>College Shala</title> <link rel="icon" href="./assets/images/collegeshala-logo-svg.svg" /> </head> <body> <div> <div class="container text-center py-3"> <h2>COPYRIGHT POLICY</h2> <div class="text-left"> <p>All pages, data, and graphics presented on this website are the property of Collegeshala or the Author of the content as specified.<br><br> The pages and contents may not be redistributed or reproduced in any way, shape, or form without the written permission of Collegeshala or the Author of the content.<br><br> Collegeshala respects the copyrights, trademarks and intellectual property of others and we expect this from other users. If you find any information that is owned by you or any content that violates your intellectual property rights, please contact us at collegeshala2020@gmail.com with all necessary documents/information that authenticates your authority on your property.<br><br> For all other policies, please read our Terms of use. </p> </div> </div> </div> </body> </html>