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