mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-04-22 15:25:47 -07:00
13 lines
315 B
HTML
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>
|