UNPKG
oppo
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
A lisp for javascript
oppo
/
test
/
index.html
12 lines
(11 loc)
•
219 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Oppo Test
</
title
>
<
script
src
=
"../website/js/ender.min.js"
>
</
script
>
<
script
src
=
"./test.js"
>
</
script
>
</
head
>
<
body
>
<
div
id
=
"test"
>
</
div
>
</
body
>
</
html
>