Files
xterm.js/demo/test.html
2023-08-27 08:44:24 -07:00

13 lines
315 B
HTML

<!doctype html>
<html>
<head>
<title>xterm.js integration test fixture</title>
<link rel="stylesheet" href="/xterm.css" />
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<div id="terminal-container"></div>
<script src="/dist/client-bundle.js" defer></script>
</body>
</html>