-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
24 lines (24 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>PCI Proxy Web Tokenization</title>
<script src="https://pay.sandbox.datatrans.com/upp/payment/js/secure-fields-2.0.0.min.js"></script>
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css">
</head>
<body style="margin: 0;">
<nav style="text-align: center; background: #213d62; padding: 10px; margin-bottom: 40px;">
<a style="color: #fff; margin: 0 10px; text-decoration: none;" href="pciproxy-examples/index.html">Basic</a>
<a style="color: #fff; margin: 0 10px; text-decoration: none;" href="pciproxy-examples/inline-example.html">Inline</a>
<a style="color: #fff; margin: 0 10px; text-decoration: none;" href="pciproxy-examples/floating-label.html">Floating Label</a>
<a style="color: #fff; margin: 0 10px; text-decoration: none;" href="pciproxy-examples/iban.html">IBAN</a>
<a style="color: #fff; margin: 0 10px; text-decoration: none;" href="pciproxy-examples/account.html">Account Number</a>
<a style="color: #fff; margin: 0 10px; text-decoration: none;" href="pciproxy-examples/wallets.html">Wallets</a>
<a style="color: #fff; margin: 0 10px; text-decoration: none;" href="pciproxy-examples/show.html">Reveal Card (Show API)</a>
</nav>
<p style="text-align: center;">Please select an example above.</p>
<script>
window.location.href = 'pciproxy-examples/index.html'
</script>
</body>