forked from rsolomakhin/rsolomakhin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.53 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.53 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>alphan102.github.io</title>
<link rel="icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
</head>
<body>
<ul>
<li>PaymentRequest
<ul>
<li><a href="pr/">Android Pay and credit cards</a></li>
<li><a href="pr/ap/">Android Pay only</a></li>
<li><a href="pr/cc/">Credit cards only</a></li>
<li><a href="pr/bob/">Bob Pay</a></li>
<li><a href="pr/alipay/">Alipay</a></li>
<li><a href="pr/iframe/">IFrame</a></li>
<li>Shipping, delivery, pickup
<ul>
<li><a href="pr/single/">Worldwide single-option shipping</a></li>
<li><a href="pr/multi/">Worldwide multi-option shipping</a></li>
<li><a href="pr/us/">US-only shipping</a></li>
<li><a href="pr/delivery/">US-only delivery</a></li>
<li><a href="pr/pickup/">US-only pickup</a></li>
</ul>
</li>
<li>Contact info
<ul>
<li><a href="pr/contact/">Merchant requests contact info</a></li>
<li><a href="pr/phone/">Merchant requests phone only</a></li>
<li><a href="pr/email/">Merchant requests email only</a></li>
<li><a href="pr/name/">Merchant requests name only</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="autofill/">Autofill Smoke Test</a></li>
</ul>
<script src="/redirect.js"></script>
</body>
</html>