|
7 | 7 | <html class="yoti-html">
|
8 | 8 |
|
9 | 9 | <head>
|
10 |
| - <meta charset="utf-8" /> |
11 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> |
| 10 | + <meta charset="utf-8"/> |
| 11 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/> |
12 | 12 | <title>Yoti Digital Identity Client Example</title>
|
13 |
| - <link rel="stylesheet" type="text/css" href="~/static/index.css" /> |
14 |
| - <link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet" /> |
| 13 | + <link rel="stylesheet" type="text/css" href="~/static/index.css"/> |
| 14 | + <link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet"/> |
15 | 15 | </head>
|
16 | 16 |
|
17 | 17 | <body class="yoti-body">
|
18 | 18 |
|
19 |
| - <main> |
20 |
| - <section class="yoti-top-section"> |
21 |
| - <div class="yoti-logo-section"> |
22 |
| - <img class="yoti-logo-image" |
23 |
| - src="~/static/assets/logo.png" |
24 |
| - srcset="~/static/assets/logo@2x.png 2x" |
25 |
| - alt="Yoti" /> |
26 |
| - </div> |
27 |
| - |
28 |
| - <h1 class="yoti-top-header">Digital Identity Share Example</h1> |
29 |
| - |
30 |
| - <div class="yoti-sdk-integration-section"> |
31 |
| - <div id="webshare-target"></div> |
32 |
| - </div> |
33 |
| - |
34 |
| - </section> |
35 |
| - |
36 |
| - <section class="yoti-sponsor-app-section"> |
37 |
| - <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h3> |
38 |
| - |
39 |
| - <div class="yoti-store-buttons-section"> |
40 |
| - <a href="https://itunes.apple.com/us/app/yoti/id983980808?ls=1&mt=8" class="yoti-app-button-link"> |
41 |
| - <img src="~/static/assets/app-store-badge.png" |
42 |
| - srcset="~/static/assets/app-store-badge@2x.png 2x" |
43 |
| - alt="Download on the App Store" /> |
44 |
| - </a> |
45 |
| - |
46 |
| - <a href="https://play.google.com/store/apps/details?id=com.yoti.mobile.android.live" class="yoti-app-button-link"> |
47 |
| - <img src="~/static/assets/google-play-badge.png" |
48 |
| - srcset="~/static/assets/google-play-badge@2x.png 2x" |
49 |
| - alt="get it on Google Play" /> |
50 |
| - </a> |
51 |
| - </div> |
52 |
| - </section> |
53 |
| - </main> |
| 19 | +<main> |
| 20 | + <section class="yoti-top-section"> |
| 21 | + <div class="yoti-logo-section"> |
| 22 | + <img class="yoti-logo-image" |
| 23 | + src="~/static/assets/logo.png" |
| 24 | + srcset="~/static/assets/logo@2x.png 2x" |
| 25 | + alt="Yoti"/> |
| 26 | + </div> |
| 27 | + |
| 28 | + <h1 class="yoti-top-header">Digital Identity Share Example</h1> |
| 29 | + |
| 30 | + <div class="yoti-sdk-integration-section"> |
| 31 | + <div id="webshare-target"></div> |
| 32 | + </div> |
| 33 | + |
| 34 | + </section> |
| 35 | + |
| 36 | + <section class="yoti-sponsor-app-section"> |
| 37 | + <h3 class="yoti-sponsor-app-header">The Yoti app is free to download and use:</h3> |
| 38 | + |
| 39 | + <div class="yoti-store-buttons-section"> |
| 40 | + <a href="https://itunes.apple.com/us/app/yoti/id983980808?ls=1&mt=8" class="yoti-app-button-link"> |
| 41 | + <img src="~/static/assets/app-store-badge.png" |
| 42 | + srcset="~/static/assets/app-store-badge@2x.png 2x" |
| 43 | + alt="Download on the App Store"/> |
| 44 | + </a> |
| 45 | + |
| 46 | + <a href="https://play.google.com/store/apps/details?id=com.yoti.mobile.android.live" class="yoti-app-button-link"> |
| 47 | + <img src="~/static/assets/google-play-badge.png" |
| 48 | + srcset="~/static/assets/google-play-badge@2x.png 2x" |
| 49 | + alt="get it on Google Play"/> |
| 50 | + </a> |
| 51 | + </div> |
| 52 | + </section> |
| 53 | +</main> |
54 | 54 | <script>async function onSessionIdResolver(id) {
|
55 | 55 | return '@ViewBag.sessionID'
|
56 | 56 | }
|
|
87 | 87 | await onReadyToStart()
|
88 | 88 | }</script>
|
89 | 89 |
|
90 |
| - <script src="https://www.yoti.com/share/client/v2" onload="onClientLoaded()"></script> |
| 90 | +<script src="https://www.yoti.com/share/client/v2" onload="onClientLoaded()"></script> |
91 | 91 | </body>
|
92 | 92 | </html>
|
0 commit comments