File size: 342 Bytes
cd5b2e0 |
1 2 3 4 5 6 7 8 9 10 11 12 |
<!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> |