Last active
August 29, 2015 14:07
-
-
Save larissaleite/6280ca1bcd9886e7b253 to your computer and use it in GitHub Desktop.
This file contains 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
<html> | |
<head> | |
... | |
<script src="js/app.js"></script> | |
</head> | |
<body ng-app="adote"> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-xs-6 col-lg-4"> | |
<div class="login-box"> | |
<h1 class="logo-login">Adote</h1> | |
<br> | |
<a href="/auth/facebook" class="btn btn-block btn-social btn-facebook btn-lg"> <i class="fa fa-facebook"></i> <span> Entre com o Facebook</span></a> | |
</div> | |
</div> | |
</div> <!-- /.row --> | |
</div> <!-- /.container --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment