mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-20 06:12:22 +01:00
25 lines
964 B
HTML
25 lines
964 B
HTML
<section class="row">
|
|
<h3 class="col-md-12 text-center">Sign in using your social accounts</h3>
|
|
<div class="col-md-12 text-center">
|
|
<a href="/api/auth/facebook" target="_self" class="undecorated-link">
|
|
<img src="/modules/users/img/buttons/facebook.png">
|
|
</a>
|
|
<a href="/api/auth/twitter" target="_self" class="undecorated-link">
|
|
<img src="/modules/users/img/buttons/twitter.png">
|
|
</a>
|
|
<a href="/api/auth/google" target="_self" class="undecorated-link">
|
|
<img src="/modules/users/img/buttons/google.png">
|
|
</a>
|
|
<a href="/api/auth/linkedin" target="_self" class="undecorated-link">
|
|
<img src="/modules/users/img/buttons/linkedin.png">
|
|
</a>
|
|
<a href="/api/auth/github" target="_self" class="undecorated-link">
|
|
<img src="/modules/users/img/buttons/github.png">
|
|
</a>
|
|
<a href="/api/auth/paypal" target="_self" class="undecorated-link">
|
|
<img src="/modules/users/img/buttons/paypal.png">
|
|
</a>
|
|
</div>
|
|
<div ui-view></div>
|
|
</section>
|