-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathone.html
More file actions
34 lines (34 loc) · 1010 Bytes
/
one.html
File metadata and controls
34 lines (34 loc) · 1010 Bytes
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
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using one tap sigin"
/>
<script src="https://accounts.google.com/gsi/client" async defer ></script>
<title>One tap Login App</title>
</head>
<body>
<div id="g_id_onload"
data-client_id="656997554804-vjh9rt3m8s57pb8p5skao4qhv6qp5p51.apps.googleusercontent.com"
data-login_uri="http://localhost:7000/dashboard"
data-context="use"
data-auto_select="true"
data-skip_prompt_cookie="hellocookie"></div>
</div>
<div
class="g_id_signin"
data-type="standard"
data-size="large"
data-theme="outline"
data-text="sign_in_with"
data-shape="rectangular"
data-logo_alignment="left"
data-skip_prompt_cookie="mytest"
></div>
<a href="b.html">B</a>
</body>
</html>