File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 66< html lang ="en ">
77 < head >
88 < meta charset ="utf-8 ">
9- < title > UnpkgImmutableExample </ title >
9+ < title > unpkg-immutable-example </ title >
1010 < base href ="/unpkg-immutable-example/ ">
1111 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
1212
1313 <!-- versioned static assets -->
14- < link rel ="icon " type ="image/x-icon " href ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.1 /dist/unpkg-immutable-example /favicon.ico ">
15- < link rel ="stylesheet " href ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.1 /dist/unpkg-immutable-example/ styles.3bb2a9d4949b7dc120a9 .css ">
14+ < link rel ="icon " type ="image/x-icon " href ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.3 /dist/favicon.ico ">
15+ < link rel ="stylesheet " href ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.3 /dist/styles.css ">
1616
1717 <!-- environment variables -->
1818 < script >
19- env = { "production" :true } ;
19+ env = { "production" :true , "color" : "#F0FFF0" } ;
2020 </ script >
2121 </ head >
2222 < body >
2323 <!-- application binding -->
2424 < app-root > </ app-root >
2525
2626 <!-- versioned static assets -->
27- < script type ="text/javascript " src ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.1 /dist/unpkg-immutable-example/ runtime.3afa4a1fd69496214142 .js "> </ script >
28- < script type ="text/javascript " src ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.1 /dist/unpkg-immutable-example/ polyfills.c6871e56cb80756a5498 .js "> </ script >
29- < script type ="text/javascript " src ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.1 /dist/unpkg-immutable-example/ main.0752939bbccfbb7ae184 .js "> </ script >
27+ < script type ="text/javascript " src ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.3 /dist/runtime.js "> </ script >
28+ < script type ="text/javascript " src ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.3 /dist/polyfills.js "> </ script >
29+ < script type ="text/javascript " src ="https://unpkg.com/@immutablewebapps/unpkg-immutable-example@0.0.3 /dist/main.js "> </ script >
3030 </ body >
3131</ html >
You can’t perform that action at this time.
0 commit comments