This commit is contained in:
dcore94 2023-06-23 14:15:08 +02:00
parent f47863011a
commit 448499874c
1 changed files with 1 additions and 1 deletions

View File

@ -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{