Skip to content

Commit 47ad303

Browse files
committed
Add inline QR code, relates to issue #2
1 parent 54353c6 commit 47ad303

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

public/home.html

+17-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title></title>
5+
<meta http-equiv="x-ua-compatible" content="ie=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<script src="https://sdk.yoti.com/clients/browser.js"></script>
8+
<title>Scout membership validation</title>
69
</head>
710
<body>
8-
home page
11+
<h1>home page!</h1>
12+
<span class="" data-target='embed'
13+
data-yoti-application-id='0b9cd4fa-9a44-41cb-b78f-f3be16a3daa8'
14+
data-yoti-type="inline"
15+
data-yoti-scenario-id="7aa7dd7f-c73c-4384-8af7-14906d71a5f2"
16+
data-size="small"
17+
>Sign up with Yoti</span>
18+
19+
<script>
20+
_ybg.config.service = 'https://code.yoti.com/app/'
21+
_ybg.init()
22+
</script>
23+
924
</body>
1025
</html>

0 commit comments

Comments
 (0)