UNPKG
text-mode
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Character based display for the DOM
github.com/nrkn/text-node
nrkn/text-mode
text-mode
/
examples
/
basic.html
15 lines
•
270 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
style
>
body
{
background
:
#eee
; }
</
style
>
</
head
>
<
body
>
<
script
src
=
"../text-mode-min.js"
>
</
script
>
<
script
src
=
"basic.js"
>
</
script
>
</
body
>
</
html
>