Loading LICENSE-3RD-PARTY.md +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,10 @@ * Author: Fabrice Bellard * License: [MIT License](https://opensource.org/licenses/MIT) ### Derivatives * The file `static/index.html` is a modified version of the original `index.html` shipped with the JSLinux demo ## Bee icon * File: `img/bee-4789032.svg` Loading static/index.html 0 → 100644 +28 −0 Original line number Diff line number Diff line <!-- Taken and modified form Fabrice Bellard's JSLinux, see LICENSE-3RD-PARTY.md for details --> <!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> <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> <progress id="net_progress"> </progress> </div> </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> </body> </html> Loading
LICENSE-3RD-PARTY.md +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,10 @@ * Author: Fabrice Bellard * License: [MIT License](https://opensource.org/licenses/MIT) ### Derivatives * The file `static/index.html` is a modified version of the original `index.html` shipped with the JSLinux demo ## Bee icon * File: `img/bee-4789032.svg` Loading
static/index.html 0 → 100644 +28 −0 Original line number Diff line number Diff line <!-- Taken and modified form Fabrice Bellard's JSLinux, see LICENSE-3RD-PARTY.md for details --> <!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> <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> <progress id="net_progress"> </progress> </div> </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> </body> </html>