File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55< head >
66 < meta charset ="utf-8 ">
77 < title > Notepad</ title >
8- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/ 11.6.0/styles/felipec.min.css ">
8+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@ 11.6.0/build /styles/felipec.min.css ">
99 < link rel ="stylesheet " href ="style.css ">
1010</ head >
1111
@@ -24,13 +24,13 @@ <h2>See also</h2>
2424 </ div >
2525</ body >
2626
27- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/ 11.6.0/highlight.min.js "> </ script >
27+ < script src ="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@ 11.6.0/build /highlight.min.js "> </ script >
2828< script type ="module ">
2929 import { CodeJar } from 'https://medv.io/codejar/codejar.js' ;
3030 window . editor = CodeJar ( input , hljs . highlightElement ) ;
3131 window . results = CodeJar ( output , hljs . highlightElement ) ;
3232</ script >
33- < script src ="https://cdnjs.cloudflare.com/ajax/libs/ mathjs/ 11.0.1/math.min.js "> </ script >
33+ < script src ="https://cdn.jsdelivr.net/npm/ mathjs@ 11.0.1/lib/browser /math.min.js "> </ script >
3434< script src ="hljs/mathjs.js "> </ script >
3535
3636< script src ="script.js " defer > </ script >
You can’t perform that action at this time.
0 commit comments