xterm / src /index.html
YoBatM's picture
Create index.html
cd5b2e0 verified
raw
history blame contribute delete
342 Bytes
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/xterm.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/xterm.js"></script>
</head>
<body>
<div id="terminal"></div>
</head>
</body>
<script src="client.js"></script>
</html>