aagoluoglu's picture
Create index.html
70cdac1 verified
raw
history blame
410 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google OAuth2 Authentication</title>
</head>
<body>
<h1>Welcome to Google OAuth2 Authentication</h1>
<p>Please click the button below to log in with your Google account:</p>
<a href="/login"><button>Login with Google</button></a>
</body>
</html>