Started building out the site.
This commit is contained in:
parent
f119683b57
commit
b62458d7cd
14 changed files with 368 additions and 31 deletions
|
|
@ -12,23 +12,10 @@
|
|||
</header>
|
||||
|
||||
<main>
|
||||
<h3>Playground</h3>
|
||||
|
||||
<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>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>By Leon Mika. Terminal control using <a href="https://xtermjs.org">xterm.js</a></p>
|
||||
<p>By Leon Mika.</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue