Initial commit
This commit is contained in:
commit
82d714d8a3
9 changed files with 251 additions and 0 deletions
26
static/index.html
Normal file
26
static/index.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<link rel="stylesheet" href="https://esm.sh/@xterm/xterm/css/xterm.css" />
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
|
||||
<title>Document</title>
|
||||
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"@xterm/xterm": "https://esm.sh/@xterm/xterm",
|
||||
"@xterm/addon-fit": "https://esm.sh/@xterm/addon-fit"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script src="./index.js" type="module"></script>
|
||||
</head>
|
||||
<body>
|
||||
<my-terminal></my-terminal>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue