Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
Signed-off-by: salaheldinsoliman <[email protected]>
  • Loading branch information
salaheldinsoliman committed Feb 3, 2024
1 parent 8fde79e commit 0ff8ab0
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 0 deletions.
Binary file added ade705761eb7e702770d.ttf
Binary file not shown.
2 changes: 2 additions & 0 deletions app.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app.bundle.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/*! @license DOMPurify 2.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.1/LICENSE */
Binary file added dc9ae6434bfd831400b6.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions editor.worker.bundle.js

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!doctype html><html><head><style>body, html {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#container {
display: flex;
flex-direction: column;
height: 100%;
}
#cell-editor {
flex-grow: 1;
min-height: 0;
}
#editor {
width: 100%;
height: 100%;
overflow: auto;
}
textarea {
width: 100%;
resize: none;
}</style><script type="module" src="app.bundle.js"></script><script type="module" src="editor.worker.bundle.js"></script></head><body><div id="container"><div id="cell-editor"><label for="editor">editor</label><div id="editor"></div></div><div id="cell-console"><label for="channel-console">console</label> <textarea id="channel-console" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="3"></textarea></div><div id="cell-client"><label for="channel-client">message trace (client ⇒ server)</label> <textarea id="channel-client" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="4"></textarea></div><div id="cell-server"><label for="channel-server">message trace (client ⇐ server)</label> <textarea id="channel-server" autocomplete="off" spellcheck="off" wrap="off" readonly="readonly" rows="8"></textarea></div></div></body></html>
Binary file added tree-sitter.wasm
Binary file not shown.

0 comments on commit 0ff8ab0

Please sign in to comment.