<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>ourse Cheer Up!</title> <!-- MDB icon --> <link rel="icon" href="img/icon.ico" type="image/x-icon"> <!-- Font Awesome --> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css"> <!-- Google Fonts Roboto --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"> <!-- Bootstrap core CSS --> <link rel="stylesheet" href="css/bootstrap.min.css"> <!-- Material Design Bootstrap --> <link rel="stylesheet" href="css/mdb.min.css"> <!-- Your custom styles (optional) --> <link rel="stylesheet" href="css/style.css"> </head> <body> <div id="root"></div> </body> <!-- Footer --> <footer class="page-footer font-small blue-gradient darken-4 py-4"> <!-- Footer Elements --> <div class="container"> <div class="row"> <div class="col-md-6 d-flex justify-content-start"> <!-- Copyright --> <div class="footer-copyright text-center bg-transparent">© 2021 Copyright: <a href="#"> Cheer Up! CentraleSupélec</a> </div> <!-- Copyright --> </div> <div class="col-md-6 d-flex justify-content-end"> <ul class="list-unstyled d-flex mb-0"> <li> <a class="mr-3" role="button" href="https://www.facebook.com/CUcentralesupelec" target="_blank"><i class="fab fa-facebook-f"></i></a> </li> <li> <a class="mr-3" role="button" href="https://www.instagram.com/cheerup.cs/" target="_blank"><i class="fab fa-instagram"></i></a> </li> </ul> </div> </div> </div> <!-- Footer Elements --> </footer> <!-- Footer --> </html>