source: portal_2019/php/instructivo.php @ 956d737

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

cambios en el frontend

  • Property mode set to 100644
File size: 1.0 KB
Line 
1<!DOCTYPE html>
2<html lang="es">
3<head>
4  <?php require_once "./url.php" ?>
5
6  <!-- Metadata & Essential styles and scripts -->
7  <?php require_once "./headEssential.php" ?>
8</head>
9<body>
10
11  <!-- Header -->
12  <?php require_once "./header.php" ?>
13
14  <!-- Navbar -->
15  <?php require_once "./navbar.php" ?>
16
17  <main class="container">
18    <article class="pb-3 instructivo">
19      <h2 class="h3 border-bottom text-secondary text-center pb-3 mb-3"> Instructivo </h2>
20      <p> A continuación podrás descargar los manuales que te ayudaran a utilizar el servicio Murachí y su portal web.</p>
21      <ul>
22        <!-- <li>Manual de usuario para Firmar Electrónicamente y Verificar Firma Electrónica (Enlace de Descarga)</li> -->
23        <li>
24          <a href="https://tibisay.cenditel.gob.ve/murachi/wiki/ins_tomcat_servidor_ssl">
25            Manual para la implementación del Servicio Murachí y su Portal Web.
26          </a>
27        </li>
28      </ul>
29    </article>
30  </main>
31
32  <!-- Footer -->
33  <?php require_once "./footer.php" ?>
34</body>
35</html>
Note: See TracBrowser for help on using the repository browser.