UNPKG
ct-ckeditor
Version:
latest (4.18.2)
4.18.2
4.18.1
4.18.0
4.17.1
4.17.0
4.16.2
4.16.1
ct-ckeditor
ckeditor.com
cd-fez/ct-ckeditor
ct-ckeditor
/
plugins
/
wordcount
/
samples
/
ckeditor4-react
/
basic
/
src
/
index.html
20 lines
(18 loc)
•
244 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
style
>
body
{
font-size
:
0.875rem
;
font-family
: Sans-Serif; }
footer
{
margin
:
1rem
0
; }
</
style
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
</
body
>
</
html
>