source: portal_2019/php/footer.php @ c4a7903

devportal
Last change on this file since c4a7903 was bbe2084, checked in by Angelo Osorio <danielking.321@…>, 5 years ago

Portal funcional

  • Property mode set to 100644
File size: 696 bytes
Line 
1<footer class="py-5">
2  <div class="container">
3    <p class="text-center">
4      <a href="http://www.cenditel.gob.ve" target="_blank">
5        Desarrollado en el Centro Nacional de Desarrollo e Investigacion en Tecnologias Libres - CENDITEL
6      </a>
7    </p>
8    <p class="text-center mb-0">
9      <a href="http://derechoinformatico.cenditel.gob.ve/licencia-de-contenido/" target="_blank">
10        <img src="<?php returnURL(); ?>/img/lc-lc.png" width="100px"></img>
11      </a>
12      <a href="http://derechoinformatico.cenditel.gob.ve/licencia-de-software/" target="_blank">
13        <img src="<?php returnURL(); ?>/img/lc-ls-icon.png" width="100px"></img>
14      </a>
15    </p>
16  </div>
17</footer>
Note: See TracBrowser for help on using the repository browser.