@ukeyfe/hardware-web-sdk 1.1.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,32 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
6
+ <meta name="viewport" content="width=device-width,initial-scale=1" />
7
+ <title>UKeyConnect | UKey</title>
8
+ <meta name="description" content="" />
9
+ <meta name="keywords" content="" />
10
+ <meta name="author" content="UKey Wallet" />
11
+ <meta name="robots" content="index, follow" />
12
+ <meta name="title" content="UKeyConnect | UKey" />
13
+ <meta http-equiv="Cache-control" content="no-cache" />
14
+ <meta http-equiv="pragma" content="no-cache" />
15
+ </head>
16
+ <body>
17
+
18
+ <script type="text/javascript">
19
+
20
+ window.parent.postMessage({
21
+ event: 'UI_EVENT',
22
+ type: 'iframe-bootstrap',
23
+ }, '*');
24
+
25
+ const iframeScript = document.createElement('script');
26
+ iframeScript.setAttribute('type', 'text/javascript');
27
+ iframeScript.setAttribute('src', './js/iframe.5135b718e3017cf5f9ef.js');
28
+ iframeScript.setAttribute('async', 'false');
29
+ document.body.appendChild(iframeScript);
30
+ </script>
31
+ </body>
32
+ </html>