Skip to content

Instantly share code, notes, and snippets.

@pubudu94
Created June 24, 2018 14:21
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 pubudu94/c446a1b253e9d38df21f7a8451833166 to your computer and use it in GitHub Desktop.
Save pubudu94/c446a1b253e9d38df21f7a8451833166 to your computer and use it in GitHub Desktop.
<!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