UNPKG
gritty
Version:
latest (10.1.0)
10.1.0
10.0.2
10.0.1
10.0.0
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.1.2
8.1.1
8.1.0
8.0.0
7.2.0
7.1.0
7.0.0
6.1.0
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.0
4.8.16
4.8.15
4.8.14
4.8.13
4.8.12
4.8.11
4.8.10
4.8.9
4.8.8
4.8.7
4.8.6
4.8.5
4.8.4
4.8.3
4.8.2
4.8.1
4.8.0
4.7.4
4.7.3
4.7.2
4.7.1
4.7.0
4.6.0
4.5.0
4.4.2
4.4.1
4.4.0
4.3.10
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.5.2
1.5.1
1.5.0
1.4.29
1.4.28
1.4.27
1.4.26
1.4.25
1.4.24
1.4.23
1.4.22
1.4.21
1.4.20
1.4.19
1.4.18
1.4.17
1.4.16
1.4.15
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Web terminal emulator
github.com/cloudcmd/gritty
cloudcmd/gritty
gritty
/
index.html
17 lines
(14 loc)
•
333 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
>
<
title
>
Gritty
</
title
>
<
link
rel
=
"stylesheet"
href
=
"/css/style.css"
>
</
head
>
<
body
>
<
div
class
=
"gritty"
>
</
div
>
<
script
src
=
"/gritty/gritty.js"
>
</
script
>
<
script
>
globalThis.
gritty
(
'.gritty'
);
</
script
>
</
body
>
</
html
>