Spent way too much time building a playground for.. reasons

This commit is contained in:
Leon Mika 2024-04-25 11:10:13 +10:00
parent 4b09a8d494
commit fdc480262d
5 changed files with 729 additions and 0 deletions

21
_site/playground.html Normal file
View 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>