backup
parent
04773e50fc
commit
2af216beb0
@ -1,13 +0,0 @@
|
||||
// import { Terminal } from "xterm";
|
||||
|
||||
// import { Terminal } from "xterm";
|
||||
|
||||
const terminal = document.getElementById("terminal");
|
||||
console.log("hi");
|
||||
|
||||
// const term = Terminal({ cols: 120, rows: 40 });
|
||||
// const term = new Terminal();
|
||||
// term.open(terminalDiv);
|
||||
// term.write("first succesfull hello world");
|
||||
|
||||
terminal.innerHTML = "Terminal should be here";
|
||||
Loading…
Reference in New Issue