Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ubinix-warun/365a8f0fff255ba95e0e5dddd6a1383e to your computer and use it in GitHub Desktop.
Save ubinix-warun/365a8f0fff255ba95e0e5dddd6a1383e to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<script src= "node_modules/xterm/lib/xterm.js"></script>
</head>
<body>
<div id="terminal"></div>
<script>
var term = new Terminal ({ scrollback: 9999999 });
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment