mirror of
https://github.com/Baidicoot/rpncalc-v4
synced 2024-12-14 04:00:27 +00:00
6 lines
168 B
HTML
6 lines
168 B
HTML
|
<html>
|
||
|
<textarea type="text" id="inbox"></textarea>
|
||
|
<button id="submit">execute</button>
|
||
|
<pre id="outbox"></pre>
|
||
|
<script src="./main.js" type="module"></script>
|
||
|
</html>
|