Loading LICENSE-3RD-PARTY.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ ### Derivatives * The file `static/index.html` is a modified version of the original `index.html` shipped with the JSLinux demo * The file `static/index.html` is a modified version of the original `index.html` available at https://bellard.org/jslinux * `static/lib/jslinux/css/style.css` * Modified paths to scrollbar images * `static/lib/jslinux/js/jslinux.js` Loading static/index.html +2 −6 Original line number Diff line number Diff line Loading @@ -2,18 +2,14 @@ <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>JSLinux</title> <link href="./lib/jslinux/css/style.css" type="text/css" rel="stylesheet"/> <style> </style> </head> <body> <div id="term_wrap"> <div id="term_container"> </div> <div> <textarea id="term_paste" cols="10" rows="1" autocorrect="off">Paste Here</textarea> <div id="term_bar"> <label> <img title="Upload files" src="./lib/jslinux/img/upload-icon.png"><input type="file" id="files" multiple onchange="on_update_files(this.files)"> </label> Loading @@ -23,6 +19,6 @@ </div> <script type="text/javascript" src="./lib/jslinux/js/term.js"></script> <script type="text/javascript" src="./lib/jslinux/js/jslinux.js"></script> <div id="copyright">© 2017-2019 Fabrice Bellard</div> <div id="copyright">© 2011-2021 Fabrice Bellard</div> </body> </html> Loading
LICENSE-3RD-PARTY.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ ### Derivatives * The file `static/index.html` is a modified version of the original `index.html` shipped with the JSLinux demo * The file `static/index.html` is a modified version of the original `index.html` available at https://bellard.org/jslinux * `static/lib/jslinux/css/style.css` * Modified paths to scrollbar images * `static/lib/jslinux/js/jslinux.js` Loading
static/index.html +2 −6 Original line number Diff line number Diff line Loading @@ -2,18 +2,14 @@ <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>JSLinux</title> <link href="./lib/jslinux/css/style.css" type="text/css" rel="stylesheet"/> <style> </style> </head> <body> <div id="term_wrap"> <div id="term_container"> </div> <div> <textarea id="term_paste" cols="10" rows="1" autocorrect="off">Paste Here</textarea> <div id="term_bar"> <label> <img title="Upload files" src="./lib/jslinux/img/upload-icon.png"><input type="file" id="files" multiple onchange="on_update_files(this.files)"> </label> Loading @@ -23,6 +19,6 @@ </div> <script type="text/javascript" src="./lib/jslinux/js/term.js"></script> <script type="text/javascript" src="./lib/jslinux/js/jslinux.js"></script> <div id="copyright">© 2017-2019 Fabrice Bellard</div> <div id="copyright">© 2011-2021 Fabrice Bellard</div> </body> </html>