UNPKG
pml
Version:
latest (0.1.0)
0.1.0
Polymer module loader
github.com/panuhorsmalahti/pml
panuhorsmalahti/pml
pml
/
example
/
index.html
14 lines
(10 loc)
•
254 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
html
>
<
head
>
<
title
>
PML example
</
title
>
<
script
src
=
"/components/webcomponentsjs/webcomponents-lite.min.js"
>
</
script
>
<
link
rel
=
"import"
href
=
"/components/pml/pml.html"
>
<
link
rel
=
"import"
href
=
"/example.html"
>
</
head
>
<
body
>
</
body
>
</
html
>