UNPKG
ace-editor-builds
Version:
latest (1.2.4)
1.2.4
1.2.0
Ace (Ajax.org Cloud9 Editor)
github.com/ajaxorg/ace-builds
ajaxorg/ace-builds
ace-editor-builds
/
demo
/
kitchen-sink
/
docs
/
html.html
17 lines
(15 loc)
•
313 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
>
<
style
type
=
"text/css"
>
.text-layer
{
font-family
: Monaco,
"Courier New"
, monospace;
font-size
:
12px
;
cursor
: text; }
</
style
>
</
head
>
<
body
>
<
h1
style
=
"color:red"
>
Juhu Kinners
</
h1
>
</
body
>
</
html
>