mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-09 22:22:53 +00:00
19 lines
632 B
HTML
19 lines
632 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>xterm.js demo</title>
|
|
<link rel="stylesheet" href="../src/xterm.css" />
|
|
<link rel="stylesheet" href="../addons/fullscreen/fullscreen.css" />
|
|
<link rel="stylesheet" href="style.css" />
|
|
<script src="../src/xterm.js" ></script>
|
|
<script src="../addons/fit/fit.js" ></script>
|
|
<script src="../addons/fullscreen/fullscreen.js" ></script>
|
|
<script src="main.js" defer ></script>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
xterm.js: xterm, in the browser
|
|
</h1>
|
|
<div id="terminal-container"></div>
|
|
</body>
|
|
</html> |