UNPKG
cordova-plugin-mfp-encrypt-utils
Version:
latest (8.0.2024082705)
8.0.2024082705
8.0.2023040605
8.0.2023030306
8.0.2022050908
8.0.2022042509
8.0.2021062408
8.0.2021031007
8.0.2020101414
8.0.2019070909
8.0.2017021815
8.0.2017013103
8.0.2017012210
8.0.2016110713
8.0.2016101414
8.0.2016080320
8.0.2016062815
8.0.2016060921
IBM MobileFirst Platform Foundation Cordova Plugin Encrypt Utils
cordova-plugin-mfp-encrypt-utils
/
node_modules
/
node-uuid
/
test
/
test.html
18 lines
(17 loc)
•
340 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<
html
>
<
head
>
<
style
>
div
{
font-family
: monospace;
font-size
:
8pt
; }
div
.log
{
color
:
#444
;}
div
.warn
{
color
:
#550
;}
div
.error
{
color
:
#800
;
font-weight
: bold;}
</
style
>
<
script
src
=
"../uuid.js"
>
</
script
>
</
head
>
<
body
>
<
script
src
=
"./test.js"
>
</
script
>
</
body
>
</
html
>