Skip to content

Instantly share code, notes, and snippets.

@pubudu94
Created June 5, 2018 04:27
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/e9517ca80c927c421d5ca43bc019325a to your computer and use it in GitHub Desktop.
Save pubudu94/e9517ca80c927c421d5ca43bc019325a 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