aagoluoglu's picture
Create templates/index.html
d052936 verified
raw
history blame contribute delete
308 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Authentication</title>
</head>
<body>
<h1>Welcome to Google Authentication</h1>
<a href="/auth/google">Login with Google</a>
</body>
</html>