source: portal_2019/php/header.php @ 0155753

devportal
Last change on this file since 0155753 was 0155753, checked in by Argenis Osorio <argenisosorio580@…>, 7 months ago

Agregados archivos restantes al seguimiento de git

  • Property mode set to 100755
File size: 414 bytes
Line 
1<header>
2  <div class="cintillo">
3    <div class="container text-center py-2">
4      <img class="img-fluid px-0 px-md-5" src="<?php returnURL(); ?>/img/cintillo_2021.png" alt="Banner CENDITEL" />
5    </div>
6  </div>
7  <div class="container py-2">
8    <h1 class="text-hide text-center">
9      Murachí
10      <img class="img-fluid" src="<?php returnURL(); ?>/img/banner_principal.png" />
11    </h1>
12  </div>
13</header>
Note: See TracBrowser for help on using the repository browser.