Blame view

footer.php 434 Bytes
3ad816b7   Geoffrey PREUD'HOMME   Écran de connexion
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    <footer class="page-footer red">
      <div class="footer-copyright">
        <div class="container">
        10p5 v0.0.0 - © Copyright 2016, <a href="http://clubinfo.plil.net">Le Club Info Polytech Lille</a>
        </div>
      </div>
    </footer>
  
  
    <!--  Scripts-->
    <script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
    <script src="js/materialize.js"></script>
    <script src="js/init.js"></script>
  
    </body>
  </html>