first commit

This commit is contained in:
2026-04-13 07:15:44 +00:00
parent ad29150770
commit 97a4e3af52
239 changed files with 6671 additions and 91 deletions

View File

@@ -0,0 +1 @@
<textarea id="input"></textarea>

View File

@@ -0,0 +1,14 @@
#dom-node {
width: 400px;
height: 200px;
background-color: white;
padding: 1em;
}
textarea {
height: 100%;
width: 100%;
font-family: monospace;
font-size: 20px;
border: 1px solid grey;
padding: 1em;
}