File tree Expand file tree Collapse file tree
Tools/wasm/emscripten/web_example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
33 < head >
4- < meta charset ="UTF-8 " / >
5- < meta http-equiv ="X-UA-Compatible " content ="IE=edge " / >
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
7- < meta name ="author " content ="Katie Bell, Adam Hartz " / >
8- < meta name ="description " content ="Simple REPL for Python WASM " / >
4+ < meta charset ="UTF-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < meta name ="author " content ="Katie Bell, Adam Hartz ">
8+ < meta name ="description " content ="Simple REPL for Python WASM ">
99 < title > wasm-python terminal</ title >
1010 < link
1111 rel ="stylesheet "
1212 href ="https://unpkg.com/xterm@4.18.0/css/xterm.css "
1313 crossorigin
1414 integrity ="sha384-4eEEn/eZgVHkElpKAzzPx/Kow/dTSgFk1BNe+uHdjHa+NkZJDh5Vqkq31+y7Eycd "
15- / >
15+ >
1616 < style >
1717 body {
1818 font-family : arial;
You can’t perform that action at this time.
0 commit comments