fix
This commit is contained in:
parent
f47863011a
commit
448499874c
|
@ -16,7 +16,7 @@ class LogTerminal extends HTMLElement {
|
||||||
}
|
}
|
||||||
|
|
||||||
render(){
|
render(){
|
||||||
this.innerHTML = `
|
this.#rootdoc.innerHTML = `
|
||||||
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
|
||||||
<style>
|
<style>
|
||||||
.terminal-container{
|
.terminal-container{
|
||||||
|
|
Loading…
Reference in New Issue