-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 885 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Online terminal</title>
<meta name="keywords" content="shell terminal emulator web bash jquery.terminal example">
<meta name="description" content="Online shell (terminal) emulator; 在线终端模拟器">
<script src="./javascript/jquery.min.js"></script>
<script src="./javascript/jquery.terminal.min.js"></script>
<link href="./stylesheet/jquery.terminal.min.css" rel="stylesheet"/>
<link rel="stylesheet" href="./stylesheet/main.css"/>
<script type="module" src="./javascript/fs.js"></script>
<script type="module" src="./javascript/main.js"></script>
<link rel="shortcut icon" href="https://raw.githubusercontent.com/microsoft/terminal/master/res/terminal.ico">
</head>
<body>
</body>
</html>