Skip to content

Instantly share code, notes, and snippets.

@JesusMurF
Created May 7, 2018 19:10
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 JesusMurF/3aa7cf8138406153f67abddd8c046dee to your computer and use it in GitHub Desktop.
Save JesusMurF/3aa7cf8138406153f67abddd8c046dee to your computer and use it in GitHub Desktop.
Home template for instagram passport login
<h1 class="title">Inicia sesión con Instagram
<i class="fab fa-instagram"></i>
</h1>
<a class="button is-primary" href="/auth/instagram">
<span class="icon is-small">
<i class="fab fa-instagram"></i>
</span>
<span>Inicia sesión con Instagram</span>
</a>
<a class="button is-default" href="/profile">Ir al perfil</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment