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>
|
||||
39
_site/playground/index.html
Normal file
39
_site/playground/index.html
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="go-import" content="ucl.lmika.dev git https://lmika.dev/lmika/ucl">
|
||||
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
|
||||
<link rel="stylesheet" href="https://unpkg.com/@xterm/xterm/css/xterm.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>UCL</h1>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/core/">Core</a>
|
||||
<a href="/playground/">Playground</a>
|
||||
</nav>
|
||||
</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>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -2,4 +2,4 @@
|
|||
border: solid 4px black;
|
||||
border-radius: 5px;
|
||||
scrollbar-color: white black;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue