File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
- <!-- For Promise & Reflect.construct -->
6
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.34.2/es6-shim.min.js "> </ script >
7
- <!-- For CustomEvent -->
8
- < script src ="
https://unpkg.com/@webcomponents/[email protected] /webcomponents-platform.js "
> </ script >
9
- <!-- For Template -->
10
- < script src ="
https://unpkg.com/@webcomponents/[email protected] /template.js "
> </ script >
11
- <!-- Fetch -->
12
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js "> </ script >
13
- <!-- HTML Import & Custom Elements -->
14
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.22/webcomponents-hi-ce.js "> </ script >
15
- < script src ="../dist/index-umd.js "> </ script >
16
5
< title > include-fragment demo</ title >
17
6
</ head >
18
7
< body >
19
8
< include-fragment src ="./pull.html "> Loading</ include-fragment >
9
+ <!-- <script src="../dist/index-umd.js"></script> -->
10
+ < script src ="https://unpkg.com/@github/include-fragment-element@latest "> </ script >
20
11
</ body >
21
12
</ html >
You can’t perform that action at this time.
0 commit comments