-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,283,918 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<title>JSLinux</title> | ||
<link href="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="images/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="term.js"></script> | ||
<script type="text/javascript" src="jslinux.js?1"></script> | ||
<div><a href="https://github.com/lupyuen/nuttx-tinyemu">Apache NuttX RTOS on TinyEMU: How it works</a></div> | ||
<div id="copyright">© 2017-2019 Fabrice Bellard</div> | ||
</body> | ||
</html> |
Oops, something went wrong.