File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 < meta name ="author " content ="Katie Bell ">
88 < meta name ="description " content ="Simple REPL for Python WASM ">
99 < title > wasm-python terminal</ title >
10- < link rel ="stylesheet " href ="https://unpkg.com/xterm@4.18.0/css/xterm.css " crossorigin />
10+ < link rel ="stylesheet " href ="https://unpkg.com/xterm@4.18.0/css/xterm.css " crossorigin integrity =" sha384-4eEEn/eZgVHkElpKAzzPx/Kow/dTSgFk1BNe+uHdjHa+NkZJDh5Vqkq31+y7Eycd " />
1111 < style >
1212 body {
1313 font-family : arial;
3232 padding : 6px 18px ;
3333 }
3434 </ style >
35- < script src ="https://unpkg.com/xterm@4.18.0/lib/xterm.js " crossorigin > </ script >
35+ < script src ="https://unpkg.com/xterm@4.18.0/lib/xterm.js " crossorigin integrity =" sha384-yYdNmem1ioP5Onm7RpXutin5A8TimLheLNQ6tnMi01/ZpxXdAwIm2t4fJMx1Djs+ " / ></ script>
3636 < script type = "module" >
3737class WorkerManager {
3838 constructor ( workerURL , standardIO , readyCallBack ) {
You can’t perform that action at this time.
0 commit comments