binary test

This commit is contained in:
chris 2023-07-11 23:58:42 -04:00
parent d0bcfdd03b
commit 76e0414b78
2 changed files with 3 additions and 2 deletions

View File

@ -42,6 +42,7 @@ body {
background-color: #e5e4e2; background-color: #e5e4e2;
border-radius: 5px; border-radius: 5px;
overflow: auto; overflow: auto;
resize: none;
} }
#form { #form {

View File

@ -38,8 +38,8 @@
</div> </div>
<div id="out" onclick="copyOut()"> <textarea readonly id="out" onclick="copyOut()">
</div> </textarea>
<br /> <br />