-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 850 Bytes
/
index.html
File metadata and controls
26 lines (24 loc) · 850 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
<!DOCTYPE html>
<html lang="en" class="devsite" itemscope="" itemtype="http://schema.org/WebPage">
<head>
<title>Google + Sign In Demo</title>
</head>
<body>
<span id="signinButton">
<span class="g-signin"
data-callback="signinCallback"
data-clientid="966028746732-2ijcm2cd5c617vhgo24nr9qc91khote4.apps.googleusercontent.com"
data-cookiepolicy="single_host_origin"
data-requestvisibleactions="http://schemas.google.com/AddActivity"
data-scope="https://www.googleapis.com/auth/plus.login"
data-apppackagename="com.garitas.tijuana"></span>
</span>
<div id="badgeContent">
<div id="badgeImageHolder">
<img id="badgeImage" src="" />
</div>
</div>
<script src="gplussigninlogic.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</body>
</html>