Files

13 lines
315 B
HTML
Raw Permalink Normal View History

2019-05-10 22:57:27 -07:00
<!doctype html>
<html>
<head>
<title>xterm.js integration test fixture</title>
2019-05-31 19:34:10 -07:00
<link rel="stylesheet" href="/xterm.css" />
<link rel="stylesheet" href="/style.css" />
2019-05-10 22:57:27 -07:00
</head>
<body>
<div id="terminal-container"></div>
2023-08-27 08:44:24 -07:00
<script src="/dist/client-bundle.js" defer></script>
2019-05-10 22:57:27 -07:00
</body>
</html>