21 lines
473 B
HTML
21 lines
473 B
HTML
<!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> |