Reggie's picture
Upload 2 files
3c92095
raw
history blame
No virus
975 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='style.css') }}">
<title>Flask app</title>
</head>
<body>
<div id="login">
<a href="google/" id="loginButton" style="text-decoration:none;">
<img id="google"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/2048px-Google_%22G%22_Logo.svg.png"
alt="Google" style="width:50px;height:50px;">
<div id="loginButtonText">
Login with Google
</div>
</a>
</div>
</body>
</html>