forked from WaveringAna/eleos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsole.html
More file actions
18 lines (18 loc) · 711 Bytes
/
Copy pathconsole.html
File metadata and controls
18 lines (18 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html>
<head>
<title>eleos console</title>
<link rel="stylesheet" href="resources/xtermjs.css" />
<link rel="stylesheet" href="xterm/addons/fullscreen/fullscreen.css" />
<link rel="stylesheet" href="xterm/xterm.css" />
<script src="resources/fetch.min.js"></script>
<script src="xterm/xterm.js" ></script>
<script src="xterm/addons/attach/attach.js" ></script>
<script src="xterm/addons/fit/fit.js" ></script>
<script src="xterm/addons/fullscreen/fullscreen.js" ></script>
</head>
<body>
<div id="terminal-container"></div>
<script src="resources/xtermjs.js" defer ></script>
</body>
</html>