Skip to content

Instantly share code, notes, and snippets.

@BNPrashanth
Last active November 23, 2019 08:02
Show Gist options
  • Save BNPrashanth/b06760169f19193e2d0fa75e25f74b3c to your computer and use it in GitHub Desktop.
Save BNPrashanth/b06760169f19193e2d0fa75e25f74b3c to your computer and use it in GitHub Desktop.
package pages
/*
IndexPage renders the html content for the index page.
*/
const IndexPage = `
<html>
<head>
<title>OAuth-2 Test</title>
</head>
<body>
<h2>OAuth-2 Test</h2>
<p>
Login with the following,
</p>
<ul>
<li><a href="/login-gl">Google</a></li>
</ul>
</body>
</html>
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment