UNPKG
bbpro
Version:
latest (6.1.5)
6.1.5
6.1.4
BrowserBox - remote browser isolation tool
github.com/BrowserBox/BrowserBox
i5ik/vf
bbpro
/
dist
/
node_modules
/
bang.html
/
docs
/
7guis
/
ctr.html
11 lines
(9 loc)
•
168 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
script
src
=
bang.js
>
</
script
>
<
script
>
use
(
'sg-frame'
);
use
(
'sg-counter'
);
setState
(
'ctr'
, {
count
:
0
});
</
script
>
<
body
>
<!sg-counter
lazy
state
=ctr />
</
body
>