forked from ghewgill/hp15c
-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
24 lines (19 loc) · 877 Bytes
/
links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Free 15C RPN Scientific Calculator</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Free 15C RPN Scientific Calculator</h1>
<div id="navbar"><ul><li><a href="/">Home</a></li><li><a href="about.html">About</a></li><li><a href="links.html">Links</a></li><li><a href="http://github.com/ghewgill/hp15c">Source</a></div>
<p>
Here are some links to additional resources about the HP-15C calculator.
</p>
<ul>
<li><a href="http://www.hpmuseum.org/hp15.htm">HP-15C page at The Museum of HP Calculators</a></li>
<li><a href="http://en.wikipedia.org/wiki/HP-10C_series">HP-10C series at Wikipedia</a> (includes the HP-15c)</li>
<li><a href="http://hp15c.org">Petition to Bring Back the HP-15C</a></li>
<li><a href="http://www.rpn-calc.ch">RPN-CALC DM-15C</a> - new hardware clone of original HP-15C</li>
</ul>
</body>
</html>