source: seguimiento_proyectos/sepai/templates/contenedor/pie.html @ 3a5ffe7

desarrollo
Last change on this file since 3a5ffe7 was 3a5ffe7, checked in by Leonel Hernandez <leonelphm@…>, 7 años ago

Agregado plugins de toggle para el radio button

  • Propiedad mode establecida a 100644
File size: 452 octetos
Línea 
1{% extends 'contenedor/contenido.html' %}
2 {% block pie %}
3 {% load staticfiles %}
4    <footer class="footer navbar-fixed-bottom">
5    <p align="center">Centro Nacional de Desarrollo e Investigacion en Tecnologias Libres <a href="https://www.cenditel.gob.ve"> <strong>Copyleft <span style="font: 18px Arial, sans-serif; display: inline-block; transform: rotate(180deg);">&copy;</span>CENDITEL</a>.</strong>
6    <p>
7    </footer>
8   
9{% endblock pie %}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.