Skip to content

Instantly share code, notes, and snippets.

/index.html Secret

Created July 8, 2016 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4397aed356af3a3bf6c1795b9978264b to your computer and use it in GitHub Desktop.
Save anonymous/4397aed356af3a3bf6c1795b9978264b to your computer and use it in GitHub Desktop.
Interface de componentes
<!-- OMITIDO -->
</body>
<page-head>
<main-menu></main-menu>
</page-head>
<page-sidebar>
<side-menu></side-menu>
</page-sidebar>
<page-main>
<main-header></main-header>
<main-content></main-content>
</page-main>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment