UNPKG
cor-lang
Version:
latest (0.11.1)
0.11.1
0.11.0
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.0
0.6.0
0.4.0
0.3.0
0.2.6
0.2.1
0.1.4
0.0.2
0.0.1
The Language of the Web
github.com/yosbelms/cor
yosbelms/cor
cor-lang
/
examples
/
browser
/
index.html
14 lines
(11 loc)
•
311 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Cor example
</
title
>
<
script
type
=
"text/javascript"
src
=
"../../dist/cor.js"
>
</
script
>
<!-- Hot Reload -->
<
script
data-entry
=
"parallel.cor"
>
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>