Commit cd2e1686 authored by Jakob Moser's avatar Jakob Moser
Browse files

Download and adjust new index.html

parent 39a26ce0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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`
+2 −6
Original line number Diff line number Diff line
@@ -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>
@@ -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">&copy; 2017-2019 Fabrice Bellard</div>
<div id="copyright">&copy; 2011-2021 Fabrice Bellard</div>
</body>
</html>