Spent way too much time building a playground for.. reasons
This commit is contained in:
parent
4b09a8d494
commit
fdc480262d
5 changed files with 729 additions and 0 deletions
21
_site/playground.html
Normal file
21
_site/playground.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="https://unpkg.com/@xterm/xterm/css/xterm.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Playground</h1>
|
||||
|
||||
<div class="terminal" id="terminal"></div>
|
||||
|
||||
<script type="importmap">
|
||||
{
|
||||
"imports": {
|
||||
"xterm": "https://unpkg.com/@xterm/xterm/lib/xterm.js",
|
||||
"wasm_exec": "./wasm_exec.js"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script src="/main.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue