We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54353c6 commit 47ad303Copy full SHA for 47ad303
public/home.html
@@ -2,9 +2,24 @@
2
<html>
3
<head>
4
<meta charset="utf-8">
5
- <title></title>
+ <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>
9
</head>
10
<body>
- 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
24
</body>
25
</html>
0 commit comments