UNPKG
mubot-server
Version:
latest (2.0.2)
2.0.2
2.0.1
A server for mubot
github.com/ileathan/mubot-server
ileathan/mubot-server
mubot-server
/
public
/
html
/
argon.html
17 lines
(15 loc)
•
243 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE
html
>
<
html
>
<
head
>
<
script
src
=
"argonb.js"
>
</
script
>
<
title
>
Argon</title
</
head
>
<
body
>
</
body
>
<
script
>
console
.
log
(
"Argon check"
)
console
.
log
(argon)
if
(argon) { argon.
hash
(
"e.target.value"
).
then
(
console
.
log
) }
</
script
>
</
html
>