-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (61 loc) · 3.46 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Auth Cloud SDK Demo</title>
<script type="module" src="/dist/touchpoint-sdk.js"></script>
<link rel="stylesheet" href="/testpages/styles.css">
</head>
<body>
<div class="demo-wrapper">
<a href="https://www.trusona.com/" style="text-align: center">
<img src="img/trusona.png" alt="Logo" width="300" height="110">
</a>
<flex-container minWidth="500px">
<h1>Test Pages</h1>
<!-- Links to pages in the "components" directory -->
<h2>Components</h2>
<ul>
<li><a href="testpages/components/button.html">Button</a></li>
<li><a href="testpages/components/flex.html">Flex</a></li>
<li><a href="testpages/components/header1.html">Header1</a></li>
<li><a href="testpages/components/otp.html">OTP</a></li>
<li><a href="testpages/components/reset.html">Reset</a></li>
<li><a href="testpages/components/skip.html">Skip</a></li>
<li><a href="testpages/components/tac-container.html">TAC Container</a></li>
<li><a href="testpages/components/tac-footer.html">TAC Footer</a></li>
<li><a href="testpages/components/tac-header-nav.html">TAC Header Nav</a></li>
<li><a href="testpages/components/tac-info.html">TAC Info</a></li>
<li><a href="testpages/components/text-block.html">Text Block</a></li>
</ul>
<h2>Touchpoints</h2>
<!-- Links to pages in the "touchpoints" directory -->
<ul>
<li><a href="testpages/touchpoints/continue.html">Continue</a></li>
<li><a href="testpages/touchpoints/create-passkey.html">Create Passkey</a></li>
<li><a href="testpages/touchpoints/registration.html">Registration</a></li>
<li><a href="testpages/touchpoints/start.html">Start</a></li>
<li><a href="testpages/touchpoints/username-password.html">Username Password</a></li>
<li><a href="testpages/touchpoints/verifiable-email.html">Verifiable Email</a></li>
<li><a href="testpages/touchpoints/verifiable-phone-number.html">Verifiable Phone Number</a></li>
</ul>
<h2>Fido</h2>
<!-- Links to pages in the "fido" directory -->
<ul>
<li><a href="testpages/fido/fido-create-account.html">Fido Create Account</a></li>
<li><a href="testpages/fido/fido-create-passkey.html">Fido Create Passkey</a></li>
<li><a href="testpages/fido/fido-passkey-created.html">Fido Passkey Created</a></li>
<li><a href="testpages/fido/fido-account-created.html">Fido Account Created</a></li>
<li><a href="testpages/fido/fido-create-passkey.html">Fido Create Passkey</a></li>
<li><a href="testpages/fido/fido-passkey-created.html">Fido Passkey Created</a></li>
<li><a href="testpages/fido/fido-passkey-details.html">Fido Passkey Details</a></li>
<li><a href="testpages/fido/fido-check-email.html">Fido Check Email</a></li>
<li><a href="testpages/fido/fido-passkey-details.html">Fido Passkey Details</a></li>
<li><a href="testpages/fido/fido-account-passkey-created.html">Fido Account Passkey Created</a></li>
<li><a href="testpages/fido/fido-passkey-details-card.html">Fido Passkey Details Card</a></li>
</ul>
</flex-container>
</div>
</body>
</html>