File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
< meta name ="author " content ="Katie Bell ">
8
8
< meta name ="description " content ="Simple REPL for Python WASM ">
9
9
< 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 " />
11
11
< style >
12
12
body {
13
13
font-family : arial;
32
32
padding : 6px 18px ;
33
33
}
34
34
</ 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>
36
36
< script type = "module" >
37
37
class WorkerManager {
38
38
constructor ( workerURL , standardIO , readyCallBack ) {
You can’t perform that action at this time.
0 commit comments