update
parent
29c5a7e369
commit
33413c468c
|
@ -61,12 +61,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<title>RPN Calculator</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<canvas id="screen">
|
<canvas id="screen">
|
||||||
</canvas>
|
</canvas>
|
||||||
<div id="front">
|
<div id="front">
|
||||||
|
|
||||||
<h2>Reverse Polish Notation Calculator</h2>
|
<h2>Reverse Polish Notation Calculator</h2>
|
||||||
<p>* For Single number operations, only use first field</p>
|
<p>* For Single number operations, only use first field</p>
|
||||||
<form id="calculator" oninpt="Calculate()">
|
<form id="calculator" oninpt="Calculate()">
|
||||||
|
@ -93,4 +93,4 @@
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="js/background2.js"></script>
|
<script type="text/javascript" src="js/background2.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue