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
/
crypto.html
14 lines
(12 loc)
•
251 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Crypto Key Generator
</
title
>
</
head
>
<
body
>
<
b
>
Your locally created private key
</
b
>
<
div
id
=
"crypto"
>
</
div
>
</
body
>
<!-- main.js -->
<
script
src
=
"main.bndl.min.mngl.js"
>
</
script
>
</
html
>