Created
July 6, 2020 03:38
-
-
Save williamjmorenor/c6415d72a45a13e8818fc6fe5f7ba191 to your computer and use it in GitHub Desktop.
sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <link rel="stylesheet" href="/static/js/%40patternfly/patternfly/patternfly.css"> | |
| <script src="/static/cacaoaccounting.js"></script> | |
| <link rel="icon" type="image/png" href="/static/media/favicon-32x32.png" sizes="32x32"> | |
| <link rel="icon" type="image/png" href="/static/media/favicon-16x16.png" sizes="16x16"> | |
| </head> | |
| <body> | |
| <div class="pf-c-page" id="pagina-principal"> | |
| <header class="pf-c-page__header"> | |
| <div class="pf-c-page__header-brand"> | |
| <a class="pf-c-page__header-brand-link"> | |
| <img class="pf-c-brand" src="/static/media/cacao_accounting%20_logo.svg" alt="PatternFly logo" /> | |
| </a> | |
| </div> | |
| </header> | |
| <div class="pf-c-page__sidebar"> | |
| <div class="pf-c-page__sidebar-body"> | |
| <nav class="pf-c-nav" id="page-default-nav-example-primary-nav" aria-label="Global"> | |
| <ul class="pf-c-nav__list"> | |
| <li class="pf-c-nav__item"> | |
| <a href="#" class="pf-c-nav__link">Contabilidad</a> | |
| </li> | |
| <li class="pf-c-nav__item"> | |
| <a href="#" class="pf-c-nav__link">Caja y Bancos</a> | |
| </li> | |
| <li class="pf-c-nav__item"> | |
| <a href="#" class="pf-c-nav__link">Compras</a> | |
| </li> | |
| <li class="pf-c-nav__item"> | |
| <a href="#" class="pf-c-nav__link">Inventarios</a> | |
| </li> | |
| <li class="pf-c-nav__item"> | |
| <a href="#" class="pf-c-nav__link">Ventas</a> | |
| </li> | |
| </ul> | |
| </nav> | |
| </div> | |
| </div> | |
| <main class="pf-c-page__main" tabindex="-1" id="main-content-page-default-nav-example"> | |
| <section class="pf-c-page__main-section pf-m-light"> | |
| <div class="pf-c-content"> | |
| <h1>Cacao Accounting</h1> | |
| <p>Aplicacion Contable para Micro Pequeñas y Medianas Empresas.</p> | |
| </div> | |
| </section> | |
| </main> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment