-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (33 loc) · 1.17 KB
/
index.html
File metadata and controls
35 lines (33 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>JSLinux</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
<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>
<div class="container-fluid ml-2">
<div id="copyright">© 2017-2019 Fabrice Bellard</div>
<button class="btn btn-primary mt-2" id="copy-btn">Copy</button>
<button class="btn btn-primary mt-2" id="paste-btn">Paste</button>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="term.js"></script>
<script type="text/javascript" src="jslinux.js"></script>
</body>
</html>