source: portal_2019/php/instructivo.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: 922 bytes
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">
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>Manual para la implementación del Servicio Murachí y su Portal Web.(Enlace de Descarga)</li>
24      </ul>
25    </article>
26  </main>
27
28  <!-- Footer -->
29  <?php require_once "./footer.php" ?>
30</body>
31</html>
Note: See TracBrowser for help on using the repository browser.