1
0
mirror of https://github.com/Baidicoot/rpncalc-v4 synced 2024-12-14 04:00:27 +00:00
rpncalc-v4/new/index.html

6 lines
168 B
HTML
Raw Normal View History

2020-06-01 08:59:16 +00:00
<html>
<textarea type="text" id="inbox"></textarea>
<button id="submit">execute</button>
<pre id="outbox"></pre>
<script src="./main.js" type="module"></script>
</html>