Created
June 24, 2018 14:21
-
-
Save pubudu94/c446a1b253e9d38df21f7a8451833166 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Google OAuth2</title> | |
<link rel="stylesheet" href="./css/bootstrap.min.css"> | |
<link rel="stylesheet" href="./css/app.css"> | |
</head> | |
<body> | |
<h3>Tutorial</h3> | |
<a class="btn btn-default" href="/google/login">Google Login</a> | |
<a class="btn btn-default" href="/user">Get User</a> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment