-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap" rel="stylesheet">
<script src="https://unpkg.com/jwt-decode/build/jwt-decode.js"></script>
<link rel="icon" type="image/x-icon"
href="https://lh3.googleusercontent.com/a/AGNmyxYq_dZMI7yJqlnNO7bW1ACEpWMVWDIUCIZ1ltRXWQ=s96-c">
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
<title>Sign-in using Google</title>
</head>
<body>
<div class="SignInGoogle">
<script src="https://accounts.google.com/gsi/client" async defer></script>
<div id="g_id_onload" data-client_id="516366002310-2oqtmkdkuf01md70tlcgeis7d07rsuk3.apps.googleusercontent.com"
data-callback="success"></div>
<div class="g_id_signin" data-type="standard"></div>
</div>
</body>
</html>