-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
48 lines (33 loc) · 1.24 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="app.js"></script>
<link rel="stylesheet" href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script async
src="https://pay.google.com/gp/p/js/pay.js"
onload="onGooglePayLoaded()"></script>
<title>Google Pay API</title>
</head>
<body style="background:gray; text-align:center;justifyContent:center">
<div id="container" style="padding:70px;">
<button style= " background-image: url(
'https://cdn.worldvectorlogo.com/logos/google-pay-or-tez.svg');
background-size: cover;
width: 300px;
height: 300px;
font-size: 2rem;color:#4c8bf5; " class="btn btn-circle btn-xl" style=" width: 70px;
height: 70px;
padding: 10px 16px;
border-radius:100%;
font-size: 12px;
border:none;
text-align: center; radius:50% "></button>
<h1 style="color:#4c8bf5;font-weight:30% ">Welcome to Google pay</h1>
</div>
<div id="message" style="margin:60px"></div>
</body>
</html>