source: portal_2019/php/header.php @ b8bdf51

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

Portal funcional

  • Property mode set to 100644
File size: 421 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_2019.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 px-0 px-md-5" src="<?php returnURL(); ?>/img/banner_principal.png" />
11        </h1>
12  </div>
13</header>
Note: See TracBrowser for help on using the repository browser.