master
Paul Walko 2014-11-12 22:00:52 -05:00
parent 29c5a7e369
commit 33413c468c
1 changed files with 3 additions and 3 deletions

View File

@ -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>*&nbsp;&nbsp;For Single number operations, only use first field</p> <p>*&nbsp;&nbsp;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>